Skip to content

Commit

Permalink
fix: better path trigger for vdb and fix the version (#11057)
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
  • Loading branch information
yihong0618 authored Nov 25, 2024
1 parent 8028e75 commit 04b9a2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vdb-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion docker-legacy/docker-compose.chroma.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04b9a2c

Please sign in to comment.