Overview
Advanced: the Qdrant dashboard browses the raw database (collections, points, console). It is separate from this UI and exposes destructive database operations — use it only if you know Qdrant's API.
Indexes
Only indexes owned by this bridge (rci-*) are listed. Unrelated Qdrant collections are never shown here.
No indexes yet
This bridge has not built any standalone index. Build one first — the UI never indexes directories on its own:
roo-code-index-bridge-mcp index C:\path\to\your\project
or from any MCP client, call the code-index-build tool with an absolute workspace path.
Semantic search
Semantic similarity graph
Nodes are files (size = chunk count), grouped into themed communities. "Similarity" edges mean semantic similarity of embeddings — not call-graph, dependency, or control-flow edges; "Imports" edges are real code structure. Zoom in or hover to reveal file names.