Skip to content

Commit b4e0a45

Browse files
committed
Update documentation for Milvus vector store
- Add custom field name properties
1 parent 21fb629 commit b4e0a45

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ You can use the following properties in your Spring Boot configuration to custom
176176
|spring.ai.vectorstore.milvus.index-type | The type of the index to be created for the Milvus collection. | IVF_FLAT
177177
|spring.ai.vectorstore.milvus.metric-type | The metric type to be used for the Milvus collection. | COSINE
178178
|spring.ai.vectorstore.milvus.index-parameters | The index parameters to be used for the Milvus collection. | {"nlist":1024}
179+
|spring.ai.vectorstore.milvus.id-field-name | The ID field name for the collection | doc_id
180+
|spring.ai.vectorstore.milvus.is-auto-id | Boolean flag to indicate if the auto-id is used for the ID field | false
181+
|spring.ai.vectorstore.milvus.content-field-name | The content field name for the collection | content
182+
|spring.ai.vectorstore.milvus.metadata-field-name | The metadata field name for the collection | metadata
183+
|spring.ai.vectorstore.milvus.embedding-field-name | The embedding field name for the collection | embedding
179184
|spring.ai.vectorstore.milvus.client.host | The name or address of the host. | localhost
180185
|spring.ai.vectorstore.milvus.client.port | The connection port. | 19530
181186
|spring.ai.vectorstore.milvus.client.uri | The uri of Milvus instance | -

0 commit comments

Comments
 (0)