mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
Initial commit
This commit is contained in:
commit
4c8ad629e0
28 changed files with 6758 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/target
|
||||
.vscode
|
||||
sift/
|
||||
*.tar.gz
|
||||
*.db
|
||||
*.bin
|
||||
*.out
|
||||
venv/
|
||||
|
||||
vendor/
|
||||
dist/
|
||||
|
||||
*.pyc
|
||||
*.db-journal
|
||||
*.svg
|
||||
|
||||
alexandria/
|
||||
openai/
|
||||
examples/supabase-dbpedia
|
||||
examples/ann-filtering
|
||||
examples/dbpedia-openai
|
||||
examples/imdb
|
||||
|
||||
sqlite-vec.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue