2024-04-24 21:52:42 +08:00
|
|
|
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
|
2024-06-25 15:48:02 +08: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 19:14:24 +08: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 15:00:23 +08:00
|
|
|
api/tests/integration_tests/vdb/upstash \
|
|
|
|
api/tests/integration_tests/vdb/couchbase \
|
2024-10-29 21:10:18 +08:00
|
|
|
api/tests/integration_tests/vdb/oceanbase \
|