Submitted by [deleted] t3_10l1a5s in MachineLearning
keisukegoda3804 t1_j5xy9x3 wrote
Reply to comment by Kacper-Lukawski in [D] Efficient retrieval of research information for graduate research by [deleted]
Do you happen to know how fast it is compared to other services that build-in filtering inside their vector search (pinecone, milvus, etc.)?
Kacper-Lukawski t1_j5yineq wrote
I do not know any benchmark that would measure that. It would also be quite challenging to compare to SaaS like Pinecone (it should be running on the same infrastructure to have comparable results). When it comes to Milvus, as far as I know, they use prefiltering for filtered search (https://github.com/milvus-io/milvus/discussions/12927). So they need to store the ids of matching entries somewhere during the vector search phase, possibly even all the ids if your filtering criteria do not exclude anything.
Viewing a single comment thread. View all comments