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:
Bowen Liang
2024-06-25 15:48:02 +08:00
committed by GitHub
parent ec1d3ddee2
commit 2a0f03a511
8 changed files with 51 additions and 55 deletions

View File

@@ -1,4 +1,10 @@
#!/bin/bash
set -x
pytest api/tests/integration_tests/vdb/
pytest api/tests/integration_tests/vdb/chroma \
api/tests/integration_tests/vdb/milvus \
api/tests/integration_tests/vdb/pgvecto_rs \
api/tests/integration_tests/vdb/pgvector \
api/tests/integration_tests/vdb/qdrant \
api/tests/integration_tests/vdb/weaviate \
api/tests/integration_tests/vdb/test_vector_store.py