1 points | by xSingh16 2 hours ago ago
1 comments
Simple vector search + keywords + bm25 + text match + RRF. We specifically avoided graph construction due to associated costs. Everything is in just one sqlite file. Works fine for up to a few million document chunks.
Simple vector search + keywords + bm25 + text match + RRF. We specifically avoided graph construction due to associated costs. Everything is in just one sqlite file. Works fine for up to a few million document chunks.