LanceDB vector index
Files are chunked and embedded with a local Ollama model. Retrieval is by meaning, so “how does auth work” finds the middleware, the token parser and the session store — none of which contain the word you typed.
- Hybrid BM25 + vector retrieval, RRF-reranked
- Falls back to a lexical floor with no Ollama, flagged rather than silent
- Honors .gitignore; skips generated and minified files