llmware icon indicating copy to clipboard operation
llmware copied to clipboard

Add partition names in milvus search #262

Open virunew opened this issue 1 year ago • 2 comments

Being able to add partition_name parameter when searching in Milvus database ( when using EmbeddingMilvus handler class)

virunew avatar Jan 04 '24 07:01 virunew

@virunew - could you take a look at the new updated MilvusConfig object in configs.py & the new Qdrant configs as a good example ... Ideally, you could configure the partition(s) in the MilvusConfig object, then when doing an index search in EmbeddingMilvus, it could pick up those configs, and if partitions are setup, then apply in the search. Let me know if that makes sense to you, or if you have a different idea on how to implement?

doberst avatar Jan 21 '24 11:01 doberst

Sure, will look into it.

virunew avatar Jan 21 '24 12:01 virunew