mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
start simple examples
This commit is contained in:
parent
2572aa1413
commit
e6067e2711
28 changed files with 1354 additions and 2 deletions
18
examples/simple-ruby/Gemfile.lock
Normal file
18
examples/simple-ruby/Gemfile.lock
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
sqlite-vec (0.0.1.alpha.3-x86_64-darwin)
|
||||
sqlite3 (2.0.1-x86_64-darwin)
|
||||
|
||||
PLATFORMS
|
||||
x86_64-darwin-21
|
||||
|
||||
DEPENDENCIES
|
||||
sqlite-vec
|
||||
sqlite3 (~> 2.0, >= 2.0.1)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.2.2p53
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.10
|
||||
Loading…
Add table
Add a link
Reference in a new issue