From 83e0a15082c3207d8919081a2f3d62f330c5d97f Mon Sep 17 00:00:00 2001 From: Arnau Siches Date: Sat, 27 Jul 2024 11:12:15 +0100 Subject: [PATCH] data: Add sqlite-lembed Signed-off-by: Arnau Siches --- README.md | 1 + data/thing.csv | 1 + data/thing_tag.csv | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 87263e1..f6cef3b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/data/thing.csv b/data/thing.csv index 431bd8c..fdac539 100644 --- a/data/thing.csv +++ b/data/thing.csv @@ -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 diff --git a/data/thing_tag.csv b/data/thing_tag.csv index 4c6971e..5fb7505 100644 --- a/data/thing_tag.csv +++ b/data/thing_tag.csv @@ -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