File tree Expand file tree Collapse file tree 1 file changed +21
-7
lines changed
Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments