Active
Project:
Milvus VDB Provider
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2025 at 15:15 UTC
Updated:
24 Feb 2025 at 04:59 UTC
Jump to comment: Most recent
When attempting to use an existing collection from the Milvus DB cluster, an error occurs stating that the collection already exists. Currently, only a new, non-existing collection can be specified, preventing the use of a pre-existing one.
Replicate and issue fix.
| Comment | File | Size | Author |
|---|---|---|---|
| milvus-db-existing-collection.png | 52.59 KB | prashant.c |
Comments
Comment #2
scott_euser commentedWonder whether we should be then checking if the collection is empty... Also whether any further checks needed to see if collection is compatible with the configuration of the search api server in question.
Comment #3
prashant.cIt seems to me that with the existing collection, it is trying to check if it's compatible and checking the vector field's size and therefore not allowing it to be used.
Will try to dig further.