Hacker News new | ask | show | jobs
by small-turtle 711 days ago
How do you compare with other vector databases? some of them have already implemented both dense vector and sparse vector search.
1 comments

There are some vector databases that already include both dense vector search and sparse vector search, such as qdrant. A hybrid search of these 2 does not solve many problems well, such as exact queries. Moreover, according to our experiments, as seen in the article, the performance of dense vector + sparse vector, improves only a little bit. In addition to these 2 way recall, infinity offers bm25 as well as colbert reranker, which can make the ranking quality of the hybrid search much better.