[Bug]: KeyError sometimes occurs when taking indexes from a collection #40463
Labels
kind/bug
Issues or changes related a bug
triage/needs-information
Indicates an issue needs more information in order to work on it.
Is there an existing issue for this?
Environment
Current Behavior
I want to ask
self.collection = Collection(collection_name)
self.collection.load()
self.collection_index_schema = self.collection.indexes[0]
self.collection_index_schema._index_params['index_type']
Sometimes key error occurs but sometimes it works. How to solve it?
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: