mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-03 10:44:09 +08:00
11 lines
389 B
Bash
Executable File
11 lines
389 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/myscale \
|
|
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 |