2024-04-24 13:52:42 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
set -x
|
|
|
|
|
|
2024-06-25 07:48:02 +00:00
|
|
|
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 \
|
2024-10-23 11:14:24 +00:00
|
|
|
api/tests/integration_tests/vdb/weaviate \
|
|
|
|
|
api/tests/integration_tests/vdb/elasticsearch \
|
|
|
|
|
api/tests/integration_tests/vdb/vikingdb \
|
|
|
|
|
api/tests/integration_tests/vdb/baidu \
|
|
|
|
|
api/tests/integration_tests/vdb/tcvectordb \
|
2024-10-29 07:00:23 +00:00
|
|
|
api/tests/integration_tests/vdb/upstash \
|
|
|
|
|
api/tests/integration_tests/vdb/couchbase \
|