superlinked / VectorHub

VectorHub is a free, open-source learning website for people (software developers to senior ML architects) interested in adding vector retrieval to their ML stack.
https://superlinked.com/vectorhub/
Other
413 stars 97 forks source link

Updated Qdrant feature matrix #423

Closed Anush008 closed 1 month ago

Anush008 commented 1 month ago

Description

As the title goes, this PR updates the Qdrant features matrix and stats as per the latest developments.

dhruv-anand-aintech commented 1 month ago

@Anush008 Qdrant has continued their strong stance on not supporting BM25 vector computation in-DB, but you've marked full support for it.

Why is this?

Screenshot 2024-07-13 at 2 05 27 AM

https://qdrant.tech/documentation/faq/qdrant-fundamentals/?q=bm25#does-qdrant-support-a-full-text-search-or-a-hybrid-search

Anush008 commented 1 month ago

To store sparse vectors. Including BM25's. Did the field mean generating BM25 vectors?