mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
examples + fmt
This commit is contained in:
parent
356f75cca7
commit
dd972f6ffe
16 changed files with 1064 additions and 25 deletions
8
examples/nbc-headlines/Makefile
Normal file
8
examples/nbc-headlines/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
deps:
|
||||
curl -L https://github.com/asg017/sqlite-rembed/releases/download/v0.0.1-alpha.9/install.sh | sh
|
||||
curl -L https://github.com/asg017/sqlite-vec/releases/download/v0.0.1-alpha.37/install.sh | sh
|
||||
wget https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.11/llamafile-0.8.11
|
||||
wget https://huggingface.co/leliuga/all-MiniLM-L6-v2-GGUF/resolve/main/all-MiniLM-L6-v2.F16.gguf
|
||||
|
||||
|
||||
.PHONY: deps
|
||||
Loading…
Add table
Add a link
Reference in a new issue