From b3f2db7a6821c308a0c7ca1009c4c8d7d03694eb Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 10 Sep 2024 10:00:51 +0200 Subject: [PATCH] Admin docs: Update AI docs Signed-off-by: Marcel Klehr --- admin_manual/ai/overview.rst | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/admin_manual/ai/overview.rst b/admin_manual/ai/overview.rst index edee07544..343d7a657 100644 --- a/admin_manual/ai/overview.rst +++ b/admin_manual/ai/overview.rst @@ -133,27 +133,6 @@ Backend apps * `OpenAI and LocalAI integration (via OpenAI API) `_ - Integrates with the OpenAI API to provide AI functionality from OpenAI servers (Customer support available upon request; see :ref:`AI as a Service`) -Text processing -^^^^^^^^^^^^^^^ - -.. _tp-consumer-apps: - -As you can see in the table above we have multiple apps offering Text processing capabilities. In downstream apps like the Nextcloud Assistant app, users can use the text processing functionality regardless of which app implements it behind the scenes. - -Frontend apps -~~~~~~~~~~~~~ - -* `Assistant `_ for offering a graphical UI for the various tasks and a smart picker -* `GPTFreePrompt `_ for providing an llm smart picker (deprecated; was merged into assistant) -* `Mail `_ for summarizing mail threads (see :ref:`the Nextcloud Mail docs` for how to enable this) -* `SummarAI `_ for summarizing chat histories in `Talk `_ - -Backend apps -~~~~~~~~~~~~ - -* :ref:`llm2` - Runs open source AI language models locally on your own server hardware (Customer support available upon request) -* *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`) - Image generation ^^^^^^^^^^^^^^^^