mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
docs
This commit is contained in:
parent
5be4c980ca
commit
09c3f05759
12 changed files with 120 additions and 47 deletions
|
|
@ -30,6 +30,10 @@ vec_version, = db.execute("select vec_version()").fetchone()
|
|||
print(f"vec_version={vec_version}")
|
||||
```
|
||||
|
||||
See
|
||||
[`simple-python/demo.py`](https://github.com/asg017/sqlite-vec/blob/main/examples/simple-python/demo.py)
|
||||
for a more complete Python demo.
|
||||
|
||||
## Working with Vectors
|
||||
|
||||
### Lists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue