Add Milvus vector store
vdb = MilvusVectorStore(collection_name="GraphRAG")
vdb.connect(uri="./milvus.db")
# vdb.connect(uri="http://10.100.30.11:19530")
vdb.load_documents(...)
vdb.similarity_search_by_vector(...)
vdb.similarity_search_by_text(...)
@microsoft-github-policy-service agree company="zilliz"
Currently milvus do not support higher version of environs, so we change it into environs = "^9.5.0", but from what I have tested, it does not affect other normal usage.
glad to know milvus is supported! looking forward to it
@AlonsoGuevara, Could you please help to review it ?
Hi @zc277584121 I have this PR and the Qdrant one on my radar. Sorry for any delay, I'm currently thinking on the approach we should take for community contributions, to make it easy without much coupling.
please let me know if milvus is possible to integrate with this . thanks
Mentioning reference issue #526
please ping me when you finish refactoring, thanks
@zc277584121 @hemangjoshi37a Hi, pymilvus 2.5.0 had already removed environs: https://github.com/milvus-io/pymilvus/pull/2192. Is it time to merge this?
Hi, is there any update about this?