Find answers from the community

Updated 2 months ago

milvus issues retrieving from existing store

sooooo i'm not sure what i'm doing wrong here with Milvus, but it seems like it just keeps throwing everything away that I recently indexed. if I index some documents, and then try to set up an index from that same vector store, i don't get any results
t
L
6 comments
i see this in the milvus logs:
Plain Text
[2024/03/08 15:01:25.203 +00:00] [INFO] [datacoord/index_service.go:629] ["receive DropIndex request"] [traceID=83f20936f28c458523627ab370f1f6d6] [collectionID=448242123018748250] [partitionIDs="[]"] [indexName=] ["drop all indexes"=true]
looks like it was the overwrite=true
when initializing MilvusVectorStore it seems like the overwrite setting causes the existing collection to be deleted, maybe.
Yea try setting overwrite to false
Add a reply
Sign up and join the conversation on Discord