diff --git a/.github/logos/flyio.small.ico b/.github/logos/flyio.small.ico new file mode 100644 index 0000000..68eadad Binary files /dev/null and b/.github/logos/flyio.small.ico differ diff --git a/.github/logos/flyio.svg b/.github/logos/flyio.svg new file mode 100644 index 0000000..cc3ff6e --- /dev/null +++ b/.github/logos/flyio.svg @@ -0,0 +1,15 @@ + diff --git a/.github/logos/mozilla.svg b/.github/logos/mozilla.svg new file mode 100644 index 0000000..fff3920 --- /dev/null +++ b/.github/logos/mozilla.svg @@ -0,0 +1,24 @@ + + + diff --git a/.github/logos/sqlitecloud.small.svg b/.github/logos/sqlitecloud.small.svg new file mode 100644 index 0000000..140d3d2 --- /dev/null +++ b/.github/logos/sqlitecloud.small.svg @@ -0,0 +1,7 @@ + diff --git a/.github/logos/sqlitecloud.svg b/.github/logos/sqlitecloud.svg new file mode 100644 index 0000000..2b835ef --- /dev/null +++ b/.github/logos/sqlitecloud.svg @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/.github/logos/turso.small.ico b/.github/logos/turso.small.ico new file mode 100644 index 0000000..a7fac9d Binary files /dev/null and b/.github/logos/turso.small.ico differ diff --git a/.github/logos/turso.svg b/.github/logos/turso.svg new file mode 100644 index 0000000..fc93433 --- /dev/null +++ b/.github/logos/turso.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.gitignore b/.gitignore index ddfdce6..404b43b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ dist/ *.pyc *.db-journal -*.svg alexandria/ openai/ diff --git a/README.md b/README.md index 75003aa..65b3fd2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # `sqlite-vec` +[](https://discord.gg/VCtQ8cGhUs) + An extremely small, "fast enough" vector search SQLite extension that runs anywhere! A successor to [sqlite-vss](https://github.com/asg017/sqlite-vss) -> [!IMPORTANT] -> *`sqlite-vec` is a work-in-progress and not ready for general usage! I plan to launch a "beta" version in the next month or so. Watch this repo for updates, and read [this blog post](https://alexgarcia.xyz/blog/2024/building-new-vector-search-sqlite/index.html) for more info.* +> [!IMPORTANT] > _`sqlite-vec` is a work-in-progress and not ready for general usage! I plan to launch a "beta" version in the next month or so. Watch this repo for updates, and read [this blog post](https://alexgarcia.xyz/blog/2024/building-new-vector-search-sqlite/index.html) for more info._ - Store and query float, int8, and binary vectors in `vec0` virtual tables - Pre-filter vectors with `rowid IN (...)` subqueries @@ -12,6 +13,22 @@ anywhere! A successor to [sqlite-vss](https://github.com/asg017/sqlite-vss) runs anywhere SQLite runs (Linux/MacOS/Windows, in the browser with WASM, Raspberry Pis, etc.) +
+
+
+
+sqlite-vec is a
+Mozilla Builders project,
+with additional sponsorship from
+ Fly.io ,
+
Turso, and
+
SQLite Cloud.
+See the Sponsors section for more details.
+
+
+
+