mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-11 21:09:05 +08:00
fix: better path trigger for vdb and fix the version (#11057)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
8028e75fbb
commit
04b9a2c605
2
.github/workflows/vdb-tests.yml
vendored
2
.github/workflows/vdb-tests.yml
vendored
@ -8,6 +8,8 @@ on:
|
|||||||
- api/core/rag/datasource/**
|
- api/core/rag/datasource/**
|
||||||
- docker/**
|
- docker/**
|
||||||
- .github/workflows/vdb-tests.yml
|
- .github/workflows/vdb-tests.yml
|
||||||
|
- api/poetry.lock
|
||||||
|
- api/pyproject.toml
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: vdb-tests-${{ github.head_ref || github.run_id }}
|
group: vdb-tests-${{ github.head_ref || github.run_id }}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
# Chroma vector store.
|
# Chroma vector store.
|
||||||
chroma:
|
chroma:
|
||||||
image: ghcr.io/chroma-core/chroma:0.5.1
|
image: ghcr.io/chroma-core/chroma:0.5.20
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/chroma:/chroma/chroma
|
- ./volumes/chroma:/chroma/chroma
|
||||||
|
@ -605,7 +605,7 @@ services:
|
|||||||
|
|
||||||
# Chroma vector database
|
# Chroma vector database
|
||||||
chroma:
|
chroma:
|
||||||
image: ghcr.io/chroma-core/chroma:0.5.1
|
image: ghcr.io/chroma-core/chroma:0.5.20
|
||||||
profiles:
|
profiles:
|
||||||
- chroma
|
- chroma
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user