aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlite-vec/pkg-descr
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2026-05-04 06:50:35 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-05-04 07:56:57 +0000
commit850cd89ea0c6f92c3f8eb7d39b11313f86d556d8 (patch)
treec792a8f0c2f206b51d3ee845c8eb2c0787716a9f /databases/py-sqlite-vec/pkg-descr
parent3d7480b64328806ae4c74bad3632e0ccdbde85db (diff)
Diffstat (limited to 'databases/py-sqlite-vec/pkg-descr')
-rw-r--r--databases/py-sqlite-vec/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/py-sqlite-vec/pkg-descr b/databases/py-sqlite-vec/pkg-descr
new file mode 100644
index 000000000000..c8ab31cd1476
--- /dev/null
+++ b/databases/py-sqlite-vec/pkg-descr
@@ -0,0 +1,5 @@
+sqlite-vec is a vector search SQLite extension with Python bindings.
+It provides fast nearest-neighbor vector search using SQLite virtual tables.
+
+The Python package bundles the compiled vec0.so SQLite loadable extension
+and provides helper functions for loading it and serializing vectors.