Skip to content

Commit 6218c43

Browse files
committed
fix(AI/ContextChat): remove previous limitations
Signed-off-by: Anupam Kumar <[email protected]>
1 parent ca1a894 commit 6218c43

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

admin_manual/ai/app_context_chat.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Context Chat is an :ref:`assistant<ai-app-assistant>` feature that is implemente
1111

1212
Together they provide the ContextChat text processing tasks accessible via the :ref:`Nextcloud Assistant app<ai-app-assistant>`.
1313

14-
The *context_chat* and *context_chat_backend* apps run only open source models and do so entirely on-premises. Nextcloud can provide customer support upon request, please talk to your account manager for the possibilities.
14+
The *context_chat* and *context_chat_backend* apps can run open source models entirely on-premises or use Free text to text task processing providers like OpenAI integration, LLM2, etc. Nextcloud can provide customer support upon request, please talk to your account manager for the possibilities.
1515

1616
This app supports input and output in languages other than English if the language model supports the language.
1717

@@ -95,11 +95,7 @@ Nextcloud customers should file bugs directly with our Customer Support.
9595
Known Limitations
9696
-----------------
9797

98-
* The underlying language model used by Context Chat cannot be changed
99-
* We currently only support the English language
10098
* Language models are likely to generate false information and should thus only be used in situations that are not critical. It's recommended to only use AI at the beginning of a creation process and not at the end, so that outputs of AI serve as a draft for example and not as final product. Always check the output of language models before using it.
10199
* Make sure to test this app for whether it meets your use-case's quality requirements
102100
* Customer support is available upon request, however we can't solve false or problematic output, most performance issues, or other problems caused by the underlying model. Support is thus limited only to bugs directly caused by the implementation of the app (connectors, API, front-end, AppAPI)
103-
* Due to technical limitations that we are in the process of mitigating, each task currently incurs a time cost of between 0 and 5 minutes in addition to the actual processing time
104101
* Nextcloud usernames can be only 56 characters long. This is a limitation of the vector database we use (Chroma DB) and will be fixed soon.
105-
* AI as a service providers like OpenAI integration, LLM2, etc. don't work with this app as of now. We are in process of integrating them.

0 commit comments

Comments
 (0)