mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
docs
This commit is contained in:
parent
4febdff11a
commit
356f75cca7
17 changed files with 350 additions and 166 deletions
|
|
@ -0,0 +1,27 @@
|
|||
# Compiling `sqlite-vec`
|
||||
|
||||
## From Source
|
||||
|
||||
```bash
|
||||
git clone https://github.com/asg017/sqlite-vec
|
||||
cd sqlite-vec
|
||||
make loadable
|
||||
```
|
||||
|
||||
`dist/vec0`
|
||||
|
||||
|
||||
## From the amalgammation build
|
||||
|
||||
```
|
||||
https://github.com/asg017/sqlite-vec/releases/download/latest/TODO
|
||||
```
|
||||
|
||||
## Compile-time options
|
||||
|
||||
|
||||
SQLITE_VEC_ENABLE_AVX
|
||||
|
||||
SQLITE_VEC_ENABLE_NEON
|
||||
|
||||
SQLITE_VEC_OMIT_FS
|
||||
Loading…
Add table
Add a link
Reference in a new issue