File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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 | -
You can’t perform that action at this time.
0 commit comments