How it works: - Storage uses one SQLite database file, plus a local LanceDB index of vectors. No need for a server, cloud services, or any API keys. - Retrieval is a hybrid approach using BM25 (rank-bm25) and vector-based search (sentence-transformers) combined with a co-occurrence graph of ent...

Source: [Hacker News](https://github.com/oleksiijko/pmb/blob/main/README.md)

Sponsored