Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 21 additions & 16 deletions docs/ai-integration/ai-tasks-list-view.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,47 @@ import LanguageSwitcher from "@site/src/components/LanguageSwitcher";
import LanguageContent from "@site/src/components/LanguageContent";

# AI Tasks - List View

<Admonition type="note" title="">

* In this view, you can manage RavenDB's AI tasks -
create new tasks, edit existing ones, or delete them as needed.
* RavenDB supports the following AI tasks:
* [Embeddings generation task](../ai-integration/generating-embeddings/overview.mdx)
* [Gen AI task](../ai-integration/gen-ai-integration/gen-ai-overview.mdx)

* AI tasks are part of RavenDB's ongoing tasks.
Learn more in [Ongoing Tasks - Overview](../studio/database/tasks/ongoing-tasks/general-info.mdx).

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

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

</Admonition>

## AI Tasks - list view

![AI tasks list view](./assets/ai-tasks-list-view.png)
![AI tasks - list view](./assets/ai-tasks-list-view.png)

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

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

3. **Task name**: This is the name of the task.

4. **Identifier**: The string identifier defined for the task.
**Connection string**: The name of the connection string defined in the task.

5. **Task status**: Displays the task's state and progress.
3. **Task name**: The name of an existing AI task.

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

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

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

9. **Edit**: Click to modify the task.
7. **Details**: Click to view detailed information about the task.

10. **Delete**: Click to remove the task.
8. **Edit**: Click to modify the task.

9. **Delete**: Click to remove the task.

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

11. **Task status**: Displays the task’s current state and progress.
Binary file modified docs/ai-integration/assets/ai-tasks-list-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 0 additions & 125 deletions docs/ai-integration/connection-strings/_azure-open-ai-csharp.mdx

This file was deleted.

108 changes: 0 additions & 108 deletions docs/ai-integration/connection-strings/_ollama-csharp.mdx

This file was deleted.

Loading
Loading