Skip to content

Commit d945456

Browse files
authored
Fix link in sqlite-ai.mdx
1 parent 3638a1b commit d945456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite-cloud/sqlite-ai/sqlite-ai.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ status: publish
66
slug: sqlite-ai
77
---
88

9-
[SQLite-AI](https://website-stage.sqlitecloud.io/sqlite-ai) is a groundbreaking extension that brings powerful AI capabilities directly into SQLite. By embedding llama and whisper, it enables local LLM inference, text generation, embedding creation, speech recognition, translation, and even multimodal support, all from within the database itself.
9+
[SQLite-AI](https://sqlitecloud.io/sqlite-ai) is a groundbreaking extension that brings powerful AI capabilities directly into SQLite. By embedding llama and whisper, it enables local LLM inference, text generation, embedding creation, speech recognition, translation, and even multimodal support, all from within the database itself.
1010

1111
With a simple SQL interface, you can chat with a model, stream tokens in real time, generate high-quality embeddings, or transcribe and translate audio using Whisper. Multimodal features allow image processing and embedding, making SQLite-AI a versatile foundation for modern AI applications.
1212

13-
**SQLite-AI** is an open-source project available on [GitHub](https://github.com/sqliteai/sqlite-ai).
13+
**SQLite-AI** is an open-source project available on [GitHub](https://github.com/sqliteai/sqlite-ai).

0 commit comments

Comments
 (0)