Skip to content

Commit

Permalink
Cache VDB Docker Images
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 6, 2024
1 parent 3cb2fb8 commit 5ad8c29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/vdb-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
- name: Expose Service Ports
run: sh .github/workflows/expose_service_ports.sh

- name: Cache VDB Docker Images
uses: actions/cache@v4
with:
key: ${{ runner.os }}-vdb-docker-images
path: docker/docker-compose.yaml

- name: Set up Vector Stores (Weaviate, Qdrant, PGVector, Milvus, PgVecto-RS, Chroma, MyScale, ElasticSearch, Couchbase)
uses: hoverkraft-tech/[email protected]
with:
Expand Down

0 comments on commit 5ad8c29

Please sign in to comment.