Relative Content

Tag Archive for milvusvector-search

Milvus exception: index not found in FLAT collection

I am having a strange issue in milvus vector search collection.
Just for a test case i create a generic vectors samples. When i define the collection search method to be FLAT,create index and then try to load it I get the error ::
<MilvusException: (code=25, message=index not found[collection=”my_collection_name”]
However when trying any other search method, everything works fine.
I tried also to omit the create index (not necessary for FLAT method) and got the same exception.
Has anyone ever encountered this error and able to assist.