mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
start simple examples
This commit is contained in:
parent
2572aa1413
commit
e6067e2711
28 changed files with 1354 additions and 2 deletions
6
examples/simple-ruby/Gemfile
Normal file
6
examples/simple-ruby/Gemfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
ruby '>= 3.0'
|
||||
|
||||
gem 'sqlite3', '~> 2.0', '>= 2.0.1'
|
||||
gem 'sqlite-vec'
|
||||
Loading…
Add table
Add a link
Reference in a new issue