Parameters
Search query text.
Maximum number of results (1-100).
Graph traversal depth from matched nodes.
| Value | Behavior |
|---|---|
0 | No traversal — only vector search hits |
1 | Include direct neighbors (default) |
2 | Include neighbors of neighbors (broader but noisier) |
Search scope.
| Value | Description |
|---|---|
project | Current project + global (default) |
global | Global only |
all | All projects without filtering |
Search Strategy
- Vector search on entity names → direct hits (score: 1.0)
- Graph traversal from hit nodes → connected entities (score: 0.5)
- Vector search on edge facts → matching relationships (score: 0.8)