Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

pytest_vdb.sh 769B

123456789101112131415161718192021
  1. #!/bin/bash
  2. set -x
  3. SCRIPT_DIR="$(dirname "$(realpath "$0")")"
  4. cd "$SCRIPT_DIR/../.."
  5. pytest api/tests/integration_tests/vdb/chroma \
  6. api/tests/integration_tests/vdb/milvus \
  7. api/tests/integration_tests/vdb/pgvecto_rs \
  8. api/tests/integration_tests/vdb/pgvector \
  9. api/tests/integration_tests/vdb/qdrant \
  10. api/tests/integration_tests/vdb/weaviate \
  11. api/tests/integration_tests/vdb/elasticsearch \
  12. api/tests/integration_tests/vdb/vikingdb \
  13. api/tests/integration_tests/vdb/baidu \
  14. api/tests/integration_tests/vdb/tcvectordb \
  15. api/tests/integration_tests/vdb/upstash \
  16. api/tests/integration_tests/vdb/couchbase \
  17. api/tests/integration_tests/vdb/oceanbase \
  18. api/tests/integration_tests/vdb/tidb_vector \
  19. api/tests/integration_tests/vdb/huawei \