From 548abed3c1dbc704863602361dd250dcd77360f9 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Thu, 8 May 2025 10:36:37 +0100 Subject: [PATCH] Update Chroma doc to use 1.0.0 version Signed-off-by: Ilayaperumal Gopinathan --- .../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 4c9f3ca18..2e1fad335 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 @@ -274,7 +274,7 @@ If all goes well, you should retrieve the document containing the text "Spring A === Run Chroma Locally ```shell -docker run -it --rm --name chroma -p 8000:8000 ghcr.io/chroma-core/chroma:0.5.20 +docker run -it --rm --name chroma -p 8000:8000 ghcr.io/chroma-core/chroma:1.0.0 ``` Starts a chroma store at