diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/chroma.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/chroma.adoc index 0bd1e5558..ff249f1f6 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/chroma.adoc +++ b/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 |=== |Property| Description | Default value -|`spring.ai.vectorstore.chroma.client.host`| Server connection host | `http://localhost` +|`spring.ai.vectorstore.chroma.client.host`| Server connection host | http://localhost |`spring.ai.vectorstore.chroma.client.port`| Server connection port | `8000` |`spring.ai.vectorstore.chroma.client.key-token`| Access token (if configured) | - |`spring.ai.vectorstore.chroma.client.username`| Access username (if configured) | -