-
I'm using milvus with my database that is more than 4 m rows short text with both sparse vector (BM25) and dense vector (semantic embeddings), I don't know how is the comparison with it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Feel free to take a look at this: https://github.com/xhluca/bm25s/blob/main/examples/index_and_retrieve_with_numba.py Since it's database specific, you will ened to add code to fetch rows from your db. feel free to contribute a new example if you think the use case could help other users! |
Beta Was this translation helpful? Give feedback.
Feel free to take a look at this: https://github.com/xhluca/bm25s/blob/main/examples/index_and_retrieve_with_numba.py
Since it's database specific, you will ened to add code to fetch rows from your db. feel free to contribute a new example if you think the use case could help other users!