Skip to content

Commit

Permalink
Merge pull request #460 from aurelio-labs/james/pinecone-hash-sync
Browse files Browse the repository at this point in the history
feat!: add fast sync check
  • Loading branch information
jamescalam authored Nov 16, 2024
2 parents 5603bac + d3c2c10 commit 342d343
Show file tree
Hide file tree
Showing 33 changed files with 2,388 additions and 3,838 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache Poetry
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.poetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache Poetry
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.poetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache Poetry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.poetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
Expand All @@ -48,6 +48,7 @@ jobs:
env:
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
run: |
make test
- name: Upload coverage to Codecov
Expand Down
260 changes: 0 additions & 260 deletions docs/04-chat-history.ipynb

This file was deleted.

257 changes: 0 additions & 257 deletions docs/examples/conversation-topic-splitter.ipynb

This file was deleted.

215 changes: 0 additions & 215 deletions docs/examples/rolling-window-splitter.ipynb

This file was deleted.

Loading

0 comments on commit 342d343

Please sign in to comment.