Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1 рік тому
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 \