We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b95dfd commit 379f212Copy full SHA for 379f212
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/chroma.adoc
@@ -112,7 +112,7 @@ You can use the following properties in your Spring Boot configuration to custom
112
|===
113
|Property| Description | Default value
114
115
-|`spring.ai.vectorstore.chroma.client.host`| Server connection host | http://localhost
+|`spring.ai.vectorstore.chroma.client.host`| Server connection host | http://localhost[http://localhost]
116
|`spring.ai.vectorstore.chroma.client.port`| Server connection port | `8000`
117
|`spring.ai.vectorstore.chroma.client.key-token`| Access token (if configured) | -
118
|`spring.ai.vectorstore.chroma.client.username`| Access username (if configured) | -
0 commit comments