llama_index icon indicating copy to clipboard operation
llama_index copied to clipboard

Support milvus vector store

Open elonzh opened this issue 2 years ago • 1 comments

Milvus is an open-source vector database built to power embedding similarity search and AI applications. Milvus makes unstructured data search more accessible, and provides a consistent user experience regardless of the deployment environment.

Milvus was released under the open-source Apache License 2.0 in October 2019. It is currently a graduate project under LF AI & Data Foundation.

See https://milvus.io/ for more details.

elonzh avatar Mar 23 '23 09:03 elonzh

Should be coming in the near future! Stay tuned.

Disiok avatar Mar 25 '23 01:03 Disiok

We support milvus now!

https://gpt-index.readthedocs.io/en/latest/examples/vector_stores/MilvusIndexDemo.html

logan-markewich avatar Jun 06 '23 02:06 logan-markewich