You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collection generated in the above code contains only two fields: id (as the primary key) and vector (as the vector field), with auto_id and enable_dynamic_field settings enabled by default.
The primary key field accepts integers and does not automatically increments (namely not using auto-id feature)
I don't see the differences from the code. Both of them do client.create_collection(collection_name, dimension). But later the doc says one has auto_id while the other doesn't. Did I miss sth?
Suggestion
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Issue
https://milvus.io/docs/manage-collections.md#Create-Collection
https://milvus.io/docs/quickstart.md#Create-a-Collection
I don't see the differences from the code. Both of them do
client.create_collection(collection_name, dimension)
. But later the doc says one has auto_id while the other doesn't. Did I miss sth?Suggestion
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: