Skip to content

Commit

Permalink
Merge pull request 0xPlaygrounds#33 from 0xPlaygrounds/feat(vector-st…
Browse files Browse the repository at this point in the history
…ore)/lancedb

Feat(vector store): lancedb
  • Loading branch information
cvauclair authored Oct 7, 2024
2 parents efeea6c + d5dc56a commit 92834f4
Show file tree
Hide file tree
Showing 20 changed files with 5,787 additions and 489 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
with:
components: clippy

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Run clippy action
uses: clechasseur/rs-clippy-check@v3

Expand All @@ -67,6 +70,9 @@ jobs:
with:
tool: nextest

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Test with latest nextest release
uses: actions-rs/cargo@v1
with:
Expand Down
Loading

0 comments on commit 92834f4

Please sign in to comment.