mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
* initial pass at PARTITION KEY support. * unit tests * gha this PR branch * fixup tests * doc internal * fix tests, KNN/rowids in * define SQLITE_INDEX_CONSTRAINT_OFFSET * whoops * update tests, syrupy, use uv * un ignore pyproject.toml * dot * tests/ * type error? * win: .exe, update error name * try fix macos python, paren around expr? * win bash? * dbg :( * explicit error * op * dbg win * win ./tests/.venv/Scripts/python.exe * block UPDATEs on partition key values for now
28 lines
249 B
Text
28 lines
249 B
Text
/target
|
|
.vscode
|
|
sift/
|
|
*.tar.gz
|
|
*.db
|
|
*.npy
|
|
*.bin
|
|
*.out
|
|
venv/
|
|
|
|
vendor/
|
|
dist/
|
|
|
|
*.pyc
|
|
*.db-journal
|
|
|
|
alexandria/
|
|
openai/
|
|
examples/supabase-dbpedia
|
|
examples/ann-filtering
|
|
examples/dbpedia-openai
|
|
examples/imdb
|
|
examples/sotu
|
|
|
|
sqlite-vec.h
|
|
tmp/
|
|
|
|
poetry.lock
|