Skip to content

docs: correct property name from is-auto-id to auto-id in milvus.adoc #3704

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ You can use the following properties in your Spring Boot configuration to custom
|spring.ai.vectorstore.milvus.metric-type | The metric type to be used for the Milvus collection. | COSINE
|spring.ai.vectorstore.milvus.index-parameters | The index parameters to be used for the Milvus collection. | {"nlist":1024}
|spring.ai.vectorstore.milvus.id-field-name | The ID field name for the collection | doc_id
|spring.ai.vectorstore.milvus.is-auto-id | Boolean flag to indicate if the auto-id is used for the ID field | false
|spring.ai.vectorstore.milvus.auto-id | Boolean flag to indicate if the auto-id is used for the ID field | false
|spring.ai.vectorstore.milvus.content-field-name | The content field name for the collection | content
|spring.ai.vectorstore.milvus.metadata-field-name | The metadata field name for the collection | metadata
|spring.ai.vectorstore.milvus.embedding-field-name | The embedding field name for the collection | embedding
Expand Down