Find answers from the community

Updated 3 months ago

Hey there question is there a way of

Hey there question, is there a way of using the serverless version of Zilliz as a vector store? As of now I've only found the following which alllows for a regular dedicated cluster, but in the serverless version I've got nothing but the uri and api-token from Zilliz, thanks in advance πŸ˜„



from llama_index.vector_stores import MilvusVectorStore

construct vector store

vector_store = MilvusVectorStore(
host='foo.vectordb.zillizcloud.com',
port=403,
user="db_admin",
password="foo",
use_secure=True,
overwrite='True'
)
L
R
3 comments
Hmmm, I actually have no idea πŸ€”

We might have to figure out how to properly support that in llama-index. As you can see, the current version is mostly written for milvus lol
lol ok thanks as always for your quick answers!
:dotsCATJAM:
Add a reply
Sign up and join the conversation on Discord