How can I update a collection's description
field?
#41537
-
Hi, Reading the docs and skimming though the code, I couldn't find a way to update the I can create a collection and provide the description. I can read the description from Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
So far we don't have an interface to change a collection's description. I'll talk about it with the team. Will let you know later. |
Beta Was this translation helpful? Give feedback.
@soutot
The commit for "update a collection's description field" has been merged: #41547
It will be available in the next minor version(v2.5.12) of milvus so you can update a collection's description by alter_collection_properties interface like this:
Note: the property "collection.description" cannot be deleted by
client.drop_collection_properties()