List all collections or get collection loading status.
new milvusClient(MILUVS_ADDRESS).collectionManager.dropIndex(DropIndexReq);
Parameter | Description | type | required |
---|---|---|---|
collection_name | Collection name | String | true |
new milvusClient(MILUVS_ADDRESS).collectionManager.dropIndex({
collection_name: 'my_collection',
});
// dropIndex return