Skip to content

Commit 86c8112

Browse files
authored
Update README.md
1 parent b6ec503 commit 86c8112

1 file changed

Lines changed: 63 additions & 12 deletions

File tree

README.md

Lines changed: 63 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
<div align="center">
2+
<a href="https://sqlite.ai">
3+
<img src="https://www.sqlite.ai/social/logo-ai.png" alt="SQLite AI" height="56">
4+
</a>
5+
6+
<h1>SQLite-Vector</h1>
7+
<p><strong>Production-grade vector search inside SQLite.</strong><br>
8+
Sub-millisecond ANN queries, 200KB binary, zero dependencies — runs anywhere SQLite runs: mobile, browser, edge, server.</p>
9+
10+
<p>
11+
<a href="https://dashboard.sqlitecloud.io/auth/sign-in"><strong>Free managed instance →</strong></a> ·
12+
<a href="https://docs.sqlitecloud.io/docs/ai-overview">Docs</a> ·
13+
<a href="https://sqlite.ai">Website</a> ·
14+
<a href="https://blog.sqlite.ai">Blog</a>
15+
</p>
16+
17+
<p>
18+
<sub><strong>Data:</strong>
19+
<a href="https://github.com/sqliteai/sqlite-vector">Vector</a> ·
20+
<a href="https://github.com/sqliteai/sqlite-sync">Sync</a> ·
21+
<a href="https://github.com/sqliteai/sqlite-columnar">Columnar</a> ·
22+
<a href="https://github.com/sqliteai/sqlite-js">JS</a>
23+
<br>
24+
<strong>AI:</strong>
25+
<a href="https://github.com/sqliteai/sqlite-ai">AI</a> ·
26+
<a href="https://github.com/sqliteai/sqlite-agent">Agent</a> ·
27+
<a href="https://github.com/sqliteai/sqlite-memory">Memory</a> ·
28+
<a href="https://github.com/sqliteai/sqlite-mcp">MCP</a>
29+
</sub>
30+
</p>
31+
</div>
32+
33+
<br>
34+
35+
> **Building RAG or semantic search?** SQLite-Vector ships as an extension you can drop into any SQLite app. Need it managed with sync and auth? **[SQLite Cloud free tier](https://dashboard.sqlitecloud.io/auth/sign-in)** gives you 512 MB and 20 connections, no credit card.
36+
37+
---
38+
139
# SQLite Vector
240

341
**SQLite Vector** is a cross-platform, ultra-efficient SQLite extension that brings vector search capabilities to your embedded database. It works seamlessly on **iOS, Android, Windows, Linux, and macOS**, using just **30MB of memory** by default. With support for **Float32, Float16, BFloat16, Int8, UInt8 and 1Bit**, and **highly optimized distance functions**, it's the ideal solution for **Edge AI** applications.
@@ -257,19 +295,32 @@ Free Use in Open-Source Projects: You may use, copy, distribute, and prepare der
257295

258296
---
259297

260-
## Part of the SQLite AI Ecosystem
261298

262-
This project is part of the **SQLite AI** ecosystem, a collection of extensions that bring modern AI capabilities to the world’s most widely deployed database. The goal is to make SQLite the default data and inference engine for Edge AI applications.
299+
## ☁️ Hosted version
300+
301+
Don't want to run it yourself? **[SQLite Cloud](https://sqlite.ai)** is the managed version of SQLite-Vector and the rest of the stack — with sync, backups, auth, edge functions, and multi-region support included.
302+
303+
[**Start free →**](https://dashboard.sqlitecloud.io/auth/sign-in)
304+
305+
---
306+
307+
## Part of the SQLite AI stack
308+
309+
SQLite-Vector is one piece of a larger ecosystem that turns SQLite into a runtime for intelligent, distributed data:
310+
311+
**Data layer**
312+
- [**sqlite-vector**](https://github.com/sqliteai/sqlite-vector) — ANN vector search inside SQLite *(you are here)*
313+
- [sqlite-sync](https://github.com/sqliteai/sqlite-sync) — Offline-first CRDT sync across devices
314+
- [sqlite-columnar](https://github.com/sqliteai/sqlite-columnar) — Column-oriented analytics for OLAP queries
315+
- [sqlite-js](https://github.com/sqliteai/sqlite-js) — Custom SQLite functions written in JavaScript
263316

264-
Other projects in the ecosystem include:
317+
**AI layer**
318+
- [sqlite-ai](https://github.com/sqliteai/sqlite-ai) — On-device LLM inference and embeddings
319+
- [sqlite-agent](https://github.com/sqliteai/sqlite-agent) — Autonomous AI agents running inside SQLite
320+
- [sqlite-memory](https://github.com/sqliteai/sqlite-memory) — Persistent, searchable memory for agents
321+
- [sqlite-mcp](https://github.com/sqliteai/sqlite-mcp) — Call MCP tools directly from SQL queries
265322

266-
- **[SQLite-AI](https://github.com/sqliteai/sqlite-ai)** — On-device inference and embedding generation directly inside SQLite.
267-
- **[SQLite-Memory](https://github.com/sqliteai/sqlite-memory)** — Markdown-based AI agent memory with semantic search.
268-
- **[SQLite-Vector](https://github.com/sqliteai/sqlite-vector)** — Ultra-efficient vector search for embeddings stored as BLOBs in standard SQLite tables.
269-
- **[SQLite-Sync](https://github.com/sqliteai/sqlite-sync)** — Local-first CRDT-based synchronization for seamless, conflict-free data sync and real-time collaboration across devices.
270-
- **[SQLite-Agent](https://github.com/sqliteai/sqlite-agent)** — Run autonomous AI agents directly from within SQLite databases.
271-
- **[SQLite-MCP](https://github.com/sqliteai/sqlite-mcp)** — Connect SQLite databases to MCP servers and invoke their tools.
272-
- **[SQLite-JS](https://github.com/sqliteai/sqlite-js)** — Create custom SQLite functions using JavaScript.
273-
- **[Liteparser](https://github.com/sqliteai/liteparser)** — A highly efficient and fully compliant SQLite SQL parser.
323+
**Managed platform**
324+
- [SQLite Cloud](https://sqlite.ai) — Hosted SQLite with sync, auth, edge functions, and analytics. [Free tier →](https://dashboard.sqlitecloud.io/auth/sign-in)
274325

275-
Learn more at **[SQLite AI](https://sqlite.ai)**.
326+
Built by [SQLite AI](https://sqlite.ai). Questions? [Contact us](https://sqlite.ai/support).

0 commit comments

Comments
 (0)