-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
feat: Add milvus vector store #2634
Conversation
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.
LGTM
Head branch was pushed to by a user without write access
@ogabrielluiz Hello, I've rebased the branch & solved conflicts to pass CI. Can you please help to review & merge the pull request? |
Head branch was pushed to by a user without write access
Signed-off-by: Jael Gu <[email protected]>
@ogabrielluiz Hello, I've resolved conflicts and rebased on the latest main again. The conflict and CI failures happened after a direct main merge due to new changes in |
As request in both discussions:
This pull request adds Milvus to the vector store component. I've tested it at my local for both doc ingestion & query flow using Milvus vector store, Cohere embedding, and OpenAI chat.