pytest_vdb.sh 611 B

1234567891011121314151617
  1. #!/bin/bash
  2. set -x
  3. pytest api/tests/integration_tests/vdb/chroma \
  4. api/tests/integration_tests/vdb/milvus \
  5. api/tests/integration_tests/vdb/pgvecto_rs \
  6. api/tests/integration_tests/vdb/pgvector \
  7. api/tests/integration_tests/vdb/qdrant \
  8. api/tests/integration_tests/vdb/weaviate \
  9. api/tests/integration_tests/vdb/elasticsearch \
  10. api/tests/integration_tests/vdb/vikingdb \
  11. api/tests/integration_tests/vdb/baidu \
  12. api/tests/integration_tests/vdb/tcvectordb \
  13. api/tests/integration_tests/vdb/upstash \
  14. api/tests/integration_tests/vdb/couchbase \
  15. api/tests/integration_tests/vdb/oceanbase \