Replies: 1 comment 1 reply
-
Hey @mc112611 yes it should be compatible. Did you run into some issues? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to ask how much text storage Haystack supports, while ensuring retrieval accuracy and speed.
So, if it is in commercial applications, it must be inseparable from cluster deployment.
I saw the recently updated official documentation for Milvus, which seems to support cluster deployment and is very simple to deploy.
Install Milvus Cluster
Or perhaps I misunderstood before.
Based on this code.
stores/milvus-documentstore/milvus_documentstore/milvus.py
The cluster deployment of Milvus is still a Docker deployment. So this parameter named uri is the main entry point of the vector database. Just configure the milvus cluster in advance.
So, I would like to inquire about deploying a cluster vector database using Milvus. Is it compatible with Haystack
Beta Was this translation helpful? Give feedback.
All reactions