mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-04 20:28:12 +08:00
10 lines
338 B
Bash
Executable File
10 lines
338 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
|
|
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/elasticsearch |