mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
13 lines
426 B
Bash
Executable File
13 lines
426 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 \
|
|
api/tests/integration_tests/vdb/vikingdb \
|
|
api/tests/integration_tests/vdb/baidu
|