Kaynağa Gözat
fix: better path trigger for vdb and fix the version (#11057)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
tags/0.12.0
yihong
11 ay önce
ebeveyn
işleme
04b9a2c605
No account linked to committer's email address
|
|
|
@@ -8,6 +8,8 @@ on: |
|
|
|
- api/core/rag/datasource/** |
|
|
|
- docker/** |
|
|
|
- .github/workflows/vdb-tests.yml |
|
|
|
- api/poetry.lock |
|
|
|
- api/pyproject.toml |
|
|
|
|
|
|
|
concurrency: |
|
|
|
group: vdb-tests-${{ github.head_ref || github.run_id }} |
|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
services: |
|
|
|
# Chroma vector store. |
|
|
|
chroma: |
|
|
|
image: ghcr.io/chroma-core/chroma:0.5.1 |
|
|
|
image: ghcr.io/chroma-core/chroma:0.5.20 |
|
|
|
restart: always |
|
|
|
volumes: |
|
|
|
- ./volumes/chroma:/chroma/chroma |
|
|
|
@@ -605,7 +605,7 @@ services: |
|
|
|
|
|
|
|
# Chroma vector database |
|
|
|
chroma: |
|
|
|
image: ghcr.io/chroma-core/chroma:0.5.1 |
|
|
|
image: ghcr.io/chroma-core/chroma:0.5.20 |
|
|
|
profiles: |
|
|
|
- chroma |
|
|
|
restart: always |