You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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 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
The text was updated successfully, but these errors were encountered: