refactor: extract cors configs into dify config and cleanup the config class (#5507)
Co-authored-by: takatost <takatost@gmail.com>
This commit is contained in:
parent
ec1d3ddee2
commit
2a0f03a511
8 changed files with 51 additions and 55 deletions
2
.github/workflows/api-tests.yml
vendored
2
.github/workflows/api-tests.yml
vendored
|
|
@ -77,7 +77,6 @@ jobs:
|
|||
docker/docker-compose.pgvecto-rs.yaml
|
||||
docker/docker-compose.pgvector.yaml
|
||||
docker/docker-compose.chroma.yaml
|
||||
docker/docker-compose.oracle.yaml
|
||||
services: |
|
||||
weaviate
|
||||
qdrant
|
||||
|
|
@ -87,7 +86,6 @@ jobs:
|
|||
pgvecto-rs
|
||||
pgvector
|
||||
chroma
|
||||
oracle
|
||||
|
||||
- name: Test Vector Stores
|
||||
run: poetry run -C api bash dev/pytest/pytest_vdb.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue