-
-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vectorstores: add Milvus #352
Conversation
@pattonjp why close this? |
@tmc created in this repo accidentally. will reopen as draft while testing. |
Thanks for this contribution! We're in the process of coming up with a pattern to expand support while keeping the direct dependent library list small/minimal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussion happening on #369 but I don't want to hold this up. LGTM
@pattonjp can the text-embeddings-router go into the docker-compose config? |
@pattonjp why not use ollama for embeddings? edit: I filed an issue to make another example. Thoughts on getting langchaingo linked in the https://github.com/milvus-io/milvus readme? |
sure, i can see that would make a simpler example. i'll submit a new pr. originally i had it running in compose with the cpu but found it to be too slow and adding all possible gpu configurations did not seem worth the complexity. |
@tmc as for getting on the milvus readme, i'd say go for it. |
Hi @pattonjp you've added Do you think you could refactor |
Specifically, the |
@eliben sure will have pr today |
* adding milvus vector store * adding hugging face text embedings * adding milvus vector store example
In quest to run langchaingo locally without network dependencies. I've added the milvus vector store and huggingface's text-embeddings-inference api client.
PR Checklist
memory: add interfaces for X, Y
orutil: add whizzbang helpers
).Fixes #123
).golangci-lint
checks.fixes #59