Skip to content

Commit 1210c54

Browse files
authored
Merge pull request #2162 from Danielle9897/RDoc-3488-addTemperature
RDoc-3550 AI Connection Strings: Update articles
2 parents 77cc0c7 + b95d814 commit 1210c54

39 files changed

+1112
-650
lines changed

docs/ai-integration/ai-tasks-list-view.mdx

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,42 +13,47 @@ import LanguageSwitcher from "@site/src/components/LanguageSwitcher";
1313
import LanguageContent from "@site/src/components/LanguageContent";
1414

1515
# AI Tasks - List View
16+
1617
<Admonition type="note" title="">
1718

18-
* In this view, you can manage RavenDB's AI tasks -
19-
create new tasks, edit existing ones, or delete them as needed.
19+
* RavenDB supports the following AI tasks:
20+
* [Embeddings generation task](../ai-integration/generating-embeddings/overview.mdx)
21+
* [Gen AI task](../ai-integration/gen-ai-integration/gen-ai-overview.mdx)
22+
23+
* AI tasks are part of RavenDB's ongoing tasks.
24+
Learn more in [Ongoing Tasks - Overview](../studio/database/tasks/ongoing-tasks/general-info.mdx).
2025

21-
* AI tasks are part of RavenDB's ongoing tasks. Learn more in [Ongoing Tasks - Overview](../studio/database/tasks/ongoing-tasks/general-info.mdx)
26+
* In the **AI Tasks - List view**, you can manage RavenDB's AI tasks -
27+
create new tasks, edit existing ones, or delete them as needed.
2228

23-
* Currently, the only supported AI task type is [embeddings generation](../ai-integration/generating-embeddings/overview.mdx).
2429
* In this article:
2530
* [AI Tasks - list view](../ai-integration/ai-tasks-list-view.mdx#ai-tasks---list-view)
2631

2732
</Admonition>
33+
2834
## AI Tasks - list view
2935

30-
![AI tasks list view](./assets/ai-tasks-list-view.png)
36+
![AI tasks - list view](./assets/ai-tasks-list-view.png)
3137

3238
1. Go to **AI Hub &gt; AI Tasks**.
3339

3440
2. **Add AI Task**: Click to create a new AI task.
3541

36-
3. **Task name**: This is the name of the task.
37-
38-
4. **Identifier**: The string identifier defined for the task.
39-
**Connection string**: The name of the connection string defined in the task.
40-
41-
5. **Task status**: Displays the task's state and progress.
42+
3. **Task name**: The name of an existing AI task.
4243

43-
6. **Assigned node**: The node in the database group responsible for the task.
44+
4. **Task type**: The type of task: _Embeddings Generation_ or _Gen AI_.
4445

45-
7. **Enable/Disable**: Toggle the task on or off.
46+
5. **Assigned node**: The node in the database group that is responsible for running the task.
4647

47-
8. **Details**: Click to view the detailed information about the task.
48+
6. **Enable/Disable**: Click to enable or disable the task.
4849

49-
9. **Edit**: Click to modify the task.
50+
7. **Details**: Click to view detailed information about the task.
5051

51-
10. **Delete**: Click to remove the task.
52+
8. **Edit**: Click to modify the task.
5253

54+
9. **Delete**: Click to remove the task.
5355

56+
10. **Identifier**: The string identifier defined for the task.
57+
**Connection string**: The name of the connection string used by the task.
5458

59+
11. **Task status**: Displays the task’s current state and progress.
107 KB
Loading

docs/ai-integration/connection-strings/_azure-open-ai-csharp.mdx

Lines changed: 0 additions & 125 deletions
This file was deleted.

docs/ai-integration/connection-strings/_ollama-csharp.mdx

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)