Replies: 1 comment
-
First of all make sure you have Milvus up and running. Once that is done, try running the following code: from haystack.document_stores import MilvusDocumentStore
document_store = MilvusDocumentStore() If you observe some errors, post them here and I'll try to help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am building a pipeline with Haystack, and I am trying to use Milvus as my DocumentStore. How we can connect to it using haystack? i have checked the documentation but i was not able to implement it.
Beta Was this translation helpful? Give feedback.
All reactions