The Stack
How to Add Hybrid Search (Vector + Full-Text) to LanceDB
Pure vector search misses exact terms — product SKUs, error codes, function names — that your agent's retrieval has to nail. This is the copy-paste walkthrough for combining semantic and keyword search in LanceDB with an FTS index and a reranker, in about a dozen lines.