update README.md

This commit is contained in:
thinkgem
2025-06-23 08:28:13 +08:00
parent 0732be618e
commit fbf25775b3

View File

@@ -62,7 +62,7 @@ spring.ai.vectorstore.type: none
### 安装 Chroma
```sh
docker run -it --rm --name chroma -p 8000:8000 ghcr.io/chroma-core/chroma:1.0.0
docker run -d --name chroma -p 8000:8000 ghcr.io/chroma-core/chroma:1.0.0
```
### 安装 PGVector