feat: support MyScale vector database (#6092)

This commit is contained in:
Zhuo Qiu 2024-07-11 15:21:59 +08:00 committed by GitHub
commit 63e34e5227
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 510 additions and 6 deletions

View file

@ -75,7 +75,7 @@ jobs:
- name: Run Workflow
run: poetry run -C api bash dev/pytest/pytest_workflow.sh
- name: Set up Vector Stores (Weaviate, Qdrant, PGVector, Milvus, PgVecto-RS, Chroma)
- name: Set up Vector Stores (Weaviate, Qdrant, PGVector, Milvus, PgVecto-RS, Chroma, MyScale)
uses: hoverkraft-tech/compose-action@v2.0.0
with:
compose-file: |
@ -89,5 +89,6 @@ jobs:
pgvecto-rs
pgvector
chroma
myscale
- name: Test Vector Stores
run: poetry run -C api bash dev/pytest/pytest_vdb.sh