Skip to content
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

[Feature Request]: Add support for Milvus Vector Database #415

Open
AbhishekRP2002 opened this issue Dec 6, 2024 · 3 comments
Open

[Feature Request]: Add support for Milvus Vector Database #415

AbhishekRP2002 opened this issue Dec 6, 2024 · 3 comments

Comments

@AbhishekRP2002
Copy link

Milvus is a high-performant, scalable open-source vector database which is adopted by multiple industry leaders ( Salesforce, Nvidia, Walmart to name a few . ref: https://milvus.io/use-cases ) to power up their AI applications.

Since, it's used in enterprise level, so integrating it with cognita can be beneficial for folks working around data augmented LLM agentic applications.

Scope:

  • Milvus supports 3 deployment modes : Milvus Lite, Milvus Standalone and Milvus Distributed.
  • We can start with integrating Milvus Lite, a lightweight version of Milvus via their python client library. Post successful integration of Milvus Lite, we can support Milvus Standalone and Distributed since all the deployment modes of Milvus share the same API, so the client side code doesn’t need to change much while migrating from one deployment mode to another.
    ref: https://milvus.io/docs/overview.md
@AbhishekRP2002
Copy link
Author

AbhishekRP2002 commented Dec 6, 2024

I would love to take this up.
cc: @chiragjn @mnvsk97

@chiragjn
Copy link
Member

Hey @AbhishekRP2002, sure we would love to have basic Milvus integration. Please feel free to contribute and ask for help

@AbhishekRP2002
Copy link
Author

Yes. I've started working on it. Aiming to make a PR by the end of this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants