Local Search Agent – offline RAG, no embeddings, free tier
Replaces vector databases with BM25 keyword search for transparent retrieval.
A framework that replace traditional RAG pipelines. Ingest any number of documents in multiple workspaces (channels, departments, etc.), index it with BM25, and let the agent search, fetch, and reason over it, exactly like searching the web, but entirely on your machine. No vector store, no embedding needed.
Swaps fragile vector embeddings for deterministic BM25 search to fix RAG reliability.
Developers building local-first AI agents with strict audit requirements
LlamaIndex · LangChain · AnythingLLM
Replaces vector databases with BM25 keyword search for transparent retrieval.
BM25 search beats vector drift when you need to know exactly why a doc was retrieved.
Useful calculator, but spreadsheets and existing tools already do this.
Hybrid search in-process — BM25 + vectors + RRF, zero external DB, validated on BEIR benchmarks.
Graph RAG without Neo4j — pure vector search beats HippoRAG on multi-hop benchmarks.
First public NRC regulatory embeddings dataset—37K chunks ready for ChromaDB and Pinecone.