Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR]: contradicted statement about auto_id default value #2861

Open
1 task done
imba-tjd opened this issue Nov 11, 2024 · 0 comments
Open
1 task done

[ERROR]: contradicted statement about auto_id default value #2861

imba-tjd opened this issue Nov 11, 2024 · 0 comments

Comments

@imba-tjd
Copy link

imba-tjd commented Nov 11, 2024

Is there an existing issue for this?

  • I have searched the existing issues.

Issue

https://milvus.io/docs/manage-collections.md#Create-Collection

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.

https://milvus.io/docs/quickstart.md#Create-a-Collection

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant