pytest_vdb.sh 389 B

1234567891011
  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/myscale \
  6. api/tests/integration_tests/vdb/pgvecto_rs \
  7. api/tests/integration_tests/vdb/pgvector \
  8. api/tests/integration_tests/vdb/qdrant \
  9. api/tests/integration_tests/vdb/weaviate \
  10. api/tests/integration_tests/vdb/test_vector_store.py