Skip to content

Commit aa9f049

Browse files
committed
README + new sponsor!
1 parent f93bc5b commit aa9f049

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

.github/logos/dcspark.dark.svg

Lines changed: 1 addition & 0 deletions
Loading

.github/logos/dcspark.small.svg

Lines changed: 1 addition & 0 deletions
Loading

.github/logos/dcspark.svg

Lines changed: 1 addition & 0 deletions
Loading

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anywhere! A successor to [`sqlite-vss`](https://github.com/asg017/sqlite-vss)
1515
- Store and query float, int8, and binary vectors in `vec0` virtual tables
1616
- Written in pure C, no dependencies, runs anywhere SQLite runs
1717
(Linux/MacOS/Windows, in the browser with WASM, Raspberry Pis, etc.)
18-
- Pre-filter vectors with `rowid IN (...)` subqueries
18+
- Store non-vector data in metadata, auxiliary, or partition key columns
1919

2020
<p align="center">
2121
<a href="https://hacks.mozilla.org/2024/06/sponsoring-sqlite-vec-to-enable-more-powerful-local-ai-applications/">
@@ -33,8 +33,9 @@ anywhere! A successor to [`sqlite-vss`](https://github.com/asg017/sqlite-vss)
3333
<a href="https://hacks.mozilla.org/2024/06/sponsoring-sqlite-vec-to-enable-more-powerful-local-ai-applications/">Mozilla Builders project</a>,
3434
with additional sponsorship from
3535
<a href="https://fly.io/"><img width=14px src="./.github/logos/flyio.small.ico"/> Fly.io </a>,
36-
<a href="https://tur.so/sqlite-vec"><img width=14px src="./.github/logos/turso.small.ico"/> Turso</a>, and
37-
<a href="https://sqlitecloud.io/"><img width=14px src="./.github/logos/sqlitecloud.small.svg"/> SQLite Cloud</a>.
36+
<a href="https://tur.so/sqlite-vec"><img width=14px src="./.github/logos/turso.small.ico"/> Turso</a>,
37+
<a href="https://sqlitecloud.io/"><img width=14px src="./.github/logos/sqlitecloud.small.svg"/> SQLite Cloud</a>, and
38+
<a href="https://dcspark.io/"><img width=14px src="./.github/logos/dcspark.small.svg"/> DcSpark</a>.
3839
See <a href="#sponsors">the Sponsors section</a> for more details.
3940
</i>
4041
</p>
@@ -114,23 +115,31 @@ is the main sponsor through the new Builders project.
114115
<picture>
115116
<source media="(prefers-color-scheme: dark)" srcset="./.github/logos/flyio.dark.svg">
116117
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/flyio.svg">
117-
<img alt="Fly.io logo" src="./.github/logos/flyio.svg" width="32%">
118+
<img alt="Fly.io logo" src="./.github/logos/flyio.svg" width="48%">
118119
</picture>
119120
</a>
120121

121122
<a href="https://tur.so/sqlite-vec">
122123
<picture>
123124
<source media="(prefers-color-scheme: dark)" srcset="./.github/logos/turso.svg">
124125
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/turso.svg">
125-
<img alt="Turso logo" src="./.github/logos/turso.svg" width="32%">
126+
<img alt="Turso logo" src="./.github/logos/turso.svg" width="48%">
126127
</picture>
127128
</a>
128129

129130
<a href="https://sqlitecloud.io/">
130131
<picture>
131132
<source media="(prefers-color-scheme: dark)" srcset="./.github/logos/sqlitecloud.dark.svg">
132133
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/sqlitecloud.svg">
133-
<img alt="SQLite Cloud logo" src="./.github/logos/flyio.svg" width="32%">
134+
<img alt="SQLite Cloud logo" src="./.github/logos/flyio.svg" width="48%">
135+
</picture>
136+
</a>
137+
138+
<a href="https://dcspark.io/">
139+
<picture>
140+
<source media="(prefers-color-scheme: dark)" srcset="./.github/logos/dcspark.dark.svg">
141+
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/dcspark.svg">
142+
<img alt="DcSpark logo" src="./.github/logos/dcspark.svg" width="48%">
134143
</picture>
135144
</a>
136145

0 commit comments

Comments
 (0)