llmware
llmware copied to clipboard
Add partition names in milvus search #262
Being able to add partition_name parameter when searching in Milvus database ( when using EmbeddingMilvus handler class)
@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?
Sure, will look into it.