What it gives you
- Supported filters apply before candidate limits; empty or fewer-than-requested results remain valid
- Keyword search that handles exact terms, quoted phrases, and technical names
- Vector search over paraphrases and conceptual queries
- Reciprocal rank fusion of BM25 and vector hits, then cross-encoder rerank
- Default seed-scoped graph expansion brings in one-hop linked evidence after initial fusion
- Reranking that pushes the most relevant passage to the top
- Query expansion that finds related terms you didn’t think to search for
- Skips query expansion when the initial match is already strong
- Tag, date, category, author, and language filters apply when graph expansion is enabled
- Clickable terminal links for command-line search workflows
- Configurable speed: fast, balanced, or thorough modes