milvus-io / milvus-haystack

Apache License 2.0
8 stars 14 forks source link

[Feature] Add Sparse Retrieval Support #25

Closed abmami closed 3 months ago

abmami commented 3 months ago

Hello there,

Milvus currently supports sparse vectors. I propose adding a new component, MilvusSparseEmbeddingRetriever, to the current integration for retrieving documents from a MilvusDocumentStore using sparse vectors.

zc277584121 commented 3 months ago

@abmami Thanks for your suggestion, we will soon add this feature

zc277584121 commented 3 months ago

@abmami we have added this feature: https://github.com/milvus-io/milvus-haystack/pull/26 FYI