Skip to content

Commit 15e1eaa

Browse files
docs: correct property name from is-auto-id to auto-id in milvus.adoc (#3704)
Fixes #3702 Auto-cherry-pick to 1.0.x Signed-off-by: jonghoon park <dev@jonghoonpark.com>
1 parent 8912fb6 commit 15e1eaa

File tree

1 file changed

+1
-1
lines changed
  • spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/milvus.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ You can use the following properties in your Spring Boot configuration to custom
236236
|spring.ai.vectorstore.milvus.metric-type | The metric type to be used for the Milvus collection. | COSINE
237237
|spring.ai.vectorstore.milvus.index-parameters | The index parameters to be used for the Milvus collection. | {"nlist":1024}
238238
|spring.ai.vectorstore.milvus.id-field-name | The ID field name for the collection | doc_id
239-
|spring.ai.vectorstore.milvus.is-auto-id | Boolean flag to indicate if the auto-id is used for the ID field | false
239+
|spring.ai.vectorstore.milvus.auto-id | Boolean flag to indicate if the auto-id is used for the ID field | false
240240
|spring.ai.vectorstore.milvus.content-field-name | The content field name for the collection | content
241241
|spring.ai.vectorstore.milvus.metadata-field-name | The metadata field name for the collection | metadata
242242
|spring.ai.vectorstore.milvus.embedding-field-name | The embedding field name for the collection | embedding

0 commit comments

Comments
 (0)