Update Chroma doc to use 1.0.0 version

Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
This commit is contained in:
Ilayaperumal Gopinathan
2025-05-08 10:36:37 +01:00
parent e010899fbe
commit 548abed3c1

View File

@@ -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 <http://localhost:8000/api/v1>