Skip to content

Commit

Permalink
Update github workflow and readme to accept platform limitations.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmeeson committed Mar 30, 2024
1 parent 1f84ba9 commit da4c7e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
python-version: ['3.9', '3.10']
exclude:
- os: macos-latest
version: '3.9'

steps:
- name: Support longpaths
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,8 @@ In no particular order:

Similarly, for the vss_search step, we currently only provide a limit on the number of documents to retrieve. There
are probably more configuration options worth exposing.

## Limitations

- 1GB limit to the vector index size.
- Not available for Windows: The sqlite-vss package currently doesn't have a windows release, so neither does this.

0 comments on commit da4c7e1

Please sign in to comment.