Skip to content

Commit 548abed

Browse files
committed
Update Chroma doc to use 1.0.0 version
Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent e010899 commit 548abed

File tree

1 file changed

+1
-1
lines changed
  • spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/chroma.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ If all goes well, you should retrieve the document containing the text "Spring A
274274
=== Run Chroma Locally
275275

276276
```shell
277-
docker run -it --rm --name chroma -p 8000:8000 ghcr.io/chroma-core/chroma:0.5.20
277+
docker run -it --rm --name chroma -p 8000:8000 ghcr.io/chroma-core/chroma:1.0.0
278278
```
279279

280280
Starts a chroma store at <http://localhost:8000/api/v1>

0 commit comments

Comments
 (0)