Skip to content

Commit

Permalink
data: Add sqlite-lembed
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Jul 27, 2024
1 parent 94a881c commit 83e0a15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Extensions to enhance SQLite.
| [sqlite-xsv](https://github.com/asg017/sqlite-xsv) | A SQLite extension to query CSV as virtual tables. | rust |
| [Mycelite](https://github.com/mycelial/mycelite) | A SQLite extension that allows you to synchronize changes from one instance of SQLite to another. | rust; utilities |
| [Stanchion](https://github.com/dgllghr/stanchion) | A SQLite extension that brings column-oriented tables to SQLite | c; data_analysis; zig |
| [sqlite-lembed](https://github.com/asg017/sqlite-lembed) | A SQLite extension for generating text embeddings from GGUF models using llama.cpp. | c |

## JavaScript

Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ https://gitlab.com/Screwtapello/sqlite-schema-diagram/,sqlite-schema-diagram,A S
https://kerkour.com/sqlite-for-servers,Optimising SQLite for servers,A tutorial on how to optimise SQLite for backend applications.,tutorial
https://github.com/nalgeon/redka,Redka,Redis re-implemented with SQLite. Contribute to nalgeon/redka development by creating an account on GitHub.,application
https://github.com/penberg/limbo,Limbo,"An in-process OLTP database management system, compatible with SQLite.",application
https://github.com/asg017/sqlite-lembed,sqlite-lembed,A SQLite extension for generating text embeddings from GGUF models using llama.cpp.,extensions
1 change: 1 addition & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ https://gitlab.com/Screwtapello/sqlite-schema-diagram/,sql
https://github.com/nalgeon/redka,go
https://github.com/penberg/limbo,rust
https://github.com/penberg/limbo,data_analysis
https://github.com/asg017/sqlite-lembed,c

0 comments on commit 83e0a15

Please sign in to comment.