You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_manual/ai/app_assistant.rst
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,11 +74,8 @@ These apps currently implement the following Assistant Tasks:
74
74
* *Summarize* (Tested with OpenAI GPT-3.5 and Llama 3.1 8B)
75
75
* *Generate headline* (Tested with OpenAI GPT-3.5 and Llama 3.1 8B)
76
76
* *Extract topics* (Tested with OpenAI GPT-3.5 and Llama 3.1 8B)
77
-
78
-
Additionally, *integration_openai* also implements the following Assistant Tasks:
79
-
80
-
* *Context write* (Tested with OpenAI GPT-3.5)
81
-
* *Reformulate text* (Tested with OpenAI GPT-3.5)
77
+
* *Context write* (Tested with OpenAI GPT-3.5 and Llama 3.1 8B)
78
+
* *Reformulate text* (Tested with OpenAI GPT-3.5 and Llama 3.1 8B)
82
79
83
80
These tasks may work with other models, but we can give no guarantees.
84
81
@@ -98,7 +95,7 @@ In order to make use of our special Context Chat feature, offering in-context in
98
95
99
96
* :ref:`context_chat + context_chat_backend<ai-app-context_chat>` - (Customer support available upon request)
100
97
101
-
You will also need a text processing provider as specified above (ie. llm2or integration_openai).
98
+
You will also need a text processing provider as specified above (ie. llm2, integration_openai or integration_watsonx).
102
99
103
100
Context Agent
104
101
~~~~~~~~~~~~~
@@ -117,6 +114,7 @@ Text-To-Speech
117
114
In order to make use of Text-To-Speech, you will need an app that provides a Text-To-Speech backend:
118
115
119
116
* *integration_openai* - Integrates with the OpenAI API to provide AI functionality from OpenAI servers (Customer support available upon request; see :ref:`AI as a Service<ai-ai_as_a_service>`)
117
+
* *text2speech_kokoro* - Runs a local model
120
118
121
119
Configuration
122
120
-------------
@@ -195,6 +193,14 @@ Set 1 to enable and 0 to disable an implemented task type.
195
193
196
194
shows statistics for all task processing Tasks.
197
195
196
+
5. Clean-up old tasks
197
+
198
+
.. code-block::
199
+
200
+
occ taskprocessing:task:cleanup
201
+
202
+
delete tasks that are older than this number of seconds, defaults to 4 months.
0 commit comments