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
Im working on a python rag project. where im using milvus as vector database and using llama-index for setting up the project.
I have done setting up milvus database, wrote code for embedding the documents, in milvus collection i have created a schema and added 3 indexes. among those 2 are scalar indexes and one is a vector index.
i couldnt find anywhere how to i specify the index_name during this, (error is asking for me to do it)
It looks like there is no way or feature to specify index_name during the initialization of MilvusVectorStore instance.
Reason
No response
Value of Feature
No response
The text was updated successfully, but these errors were encountered:
Feature Description
Im working on a python rag project. where im using milvus as vector database and using llama-index for setting up the project.
I have done setting up milvus database, wrote code for embedding the documents, in milvus collection i have created a schema and added 3 indexes. among those 2 are scalar indexes and one is a vector index.
Milvus is getting populated successfully, all 3 indexes are also getting created.
i got the following when i logged the index details
After this, for doing the similarity search i was trying to create an instance of
MilvusVectorStore
in the following way.
but, since i have multiple indexes, im getting the following error(that's what error says)
i couldnt find anywhere how to i specify the
index_name
during this, (error is asking for me to do it)It looks like there is no way or feature to specify index_name during the initialization of MilvusVectorStore instance.
Reason
No response
Value of Feature
No response
The text was updated successfully, but these errors were encountered: