Skip to content

Commit c0855d5

Browse files
committed
Update the index page
1 parent cf53c4c commit c0855d5

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

docs/ai/index.rst

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
.. _ref_ai_overview:
22

3-
==
4-
AI
5-
==
3+
======
4+
Gel AI
5+
======
66

7-
:edb-alt-title: Using EdgeDB AI
7+
:edb-alt-title: Using Gel AI
8+
9+
Gel AI is a set of tools designed to enable you to ship AI-enabled apps with
10+
practically no effort. This is what comes in the box:
11+
12+
1. ``ext::ai``: this Gel extension automatically generates embeddings for your
13+
data. Works with OpenAI, Mistral AI, Anthropic, and any other provider with a
14+
compatible API.
15+
16+
2. ``ext::vectorstore``: this extension is designed to replicate workflows that
17+
might be familiar to you from vectorstore-style databases. Powered by
18+
``pgvector``, it allows you to store and search for embedding vectors, and
19+
integrates with popular AI frameworks.
20+
21+
3. Python library: ``gel.ai``. Access all Gel AI features straight from your
22+
Python application.
23+
24+
4. JavaScript library: ``gel.ai``.
825

9-
EdgeDB AI allows you to ship AI-enabled apps with practically no effort. It
10-
automatically generates embeddings for your data. Works with OpenAI, Mistral
11-
AI, Anthropic, and any other provider with a compatible API.
1226

1327

0 commit comments

Comments
 (0)