You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 1234567891011 |
- #!/bin/bash
- set -x
-
- pytest api/tests/integration_tests/vdb/chroma \
- api/tests/integration_tests/vdb/milvus \
- 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/elasticsearch \
- api/tests/integration_tests/vdb/test_vector_store.py
|