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
5be4c980ca
commit
09c3f05759
12 changed files with 120 additions and 47 deletions
|
|
@ -9,7 +9,7 @@ Ruby developers can use `sqlite-vec` with the [`sqlite-vec` Gem](https://rubygem
|
|||
gem install sqlite-vec
|
||||
```
|
||||
|
||||
You can then use `SqliteVss.load()` to load `sqlite-vss` SQL functions in a given SQLite connection.
|
||||
You can then use `SqliteVec.load()` to load `sqlite-vec` SQL functions in a given SQLite connection.
|
||||
|
||||
```ruby
|
||||
require 'sqlite3'
|
||||
|
|
@ -25,6 +25,9 @@ puts result.first.first
|
|||
|
||||
```
|
||||
|
||||
See
|
||||
[`simple-ruby/demo.rb`](https://github.com/asg017/sqlite-vec/blob/main/examples/simple-ruby/demo.rb)
|
||||
for a more complete Ruby demo.
|
||||
|
||||
## Working with vectors in Ruby
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue