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 \
|
|
|
|
api/tests/integration_tests/vdb/weaviate \
|
2024-10-13 21:26:05 +08:00
|
|
|
api/tests/integration_tests/vdb/elasticsearch \
|
2024-10-16 09:41:28 +08:00
|
|
|
api/tests/integration_tests/vdb/vikingdb \
|
2024-10-17 15:30:59 +08:00
|
|
|
api/tests/integration_tests/vdb/baidu \
|
|
|
|
api/tests/integration_tests/vdb/tcvectordb
|