From 379f21235a87e0b433ac2332bb4617c140dd4332 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Wed, 20 Nov 2024 01:13:02 +0100 Subject: [PATCH] Update chroma.adoc --- .../main/antora/modules/ROOT/pages/api/vectordbs/chroma.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ff249f1f6..c1378069f 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[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) | -