Skip to content

Commit a46756d

Browse files
authored
Merge pull request #125 from sqlitecloud/fix-sqlite-ai-link
Fix link in sqlite-ai.mdx
2 parents 3638a1b + 2072e00 commit a46756d

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://sqlite.ai/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)