Chroma storage integration (#285)

This commit is contained in:
Sarah Wooders
2023-12-05 17:49:00 -08:00
committed by GitHub
parent 1d915cce86
commit 6a155dfc90
12 changed files with 293 additions and 28 deletions

View File

@@ -42,7 +42,7 @@ jobs:
PGVECTOR_TEST_DB_URL: ${{ secrets.PGVECTOR_TEST_DB_URL }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
poetry install -E dev -E postgres -E local
poetry install -E dev -E postgres -E local -E chroma -E lancedb
- name: Set Poetry config
env: