@@ -13,42 +13,47 @@ import LanguageSwitcher from "@site/src/components/LanguageSwitcher";
1313import 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
32381 . Go to ** AI Hub > ; AI Tasks** .
3339
34402 . ** 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.
0 commit comments