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_context_agent.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -442,8 +442,8 @@ Known Limitations
442
442
-----------------
443
443
* Make sure to test the language model you are using in concert with this app for whether they meet the use-case's quality requirements
444
444
* Most models have difficulties with languages other than English. Some models sometimes answer in a different language than the one used by the user.
445
-
* 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.
446
-
Support is thus limited only to bugs directly caused by the implementation of the app (connectors, API, front-end, AppAPI). We still try to optimize this as far as possible, so if you encounter any false or problematic output, you can report it `in a dedicated Github issue <https://github.com/nextcloud/context_agent/issues/51>`_ to help us improve this app.
445
+
* 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.
446
+
Support is thus limited only to bugs directly caused by the implementation of the app (connectors, API, front-end, AppAPI). We still try to optimize this as far as possible, so if you encounter any false or problematic output, you can report it `in a dedicated Github issue <https://github.com/nextcloud/context_agent/issues/51>`_ to help us improve this app.
447
447
* When multiple MCP services are configured that have tools with the same name undefined behavior will occur.
448
448
* Only remote MCP services are supported (streamable_http transport).
449
-
* MCP services that require different access tokens for each user are not currently supported.
449
+
* MCP services that require different access tokens for each user are not currently supported.
5. Register the Summary Bot so that your Nextcloud instance is aware of it
94
94
@@ -125,7 +125,7 @@ Ethical AI Rating
125
125
126
126
The ethical rating of the *Summary Bot*, which utilizes a model for text processing through the Nextcloud Assistant app, is significantly influenced by the choice and implementation of the underlying model.
127
127
128
-
Learn more about the Nextcloud Ethical AI Rating `in our blog<https://nextcloud.com/blog/nextcloud-ethical-ai-rating/>`.
128
+
Learn more about the Nextcloud Ethical AI Rating `in our blog<https://nextcloud.com/blog/nextcloud-ethical-ai-rating/>`_.
Copy file name to clipboardExpand all lines: admin_manual/configuration_database/db_conversion.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Conversion consists of two steps:
19
19
Establishing the target database
20
20
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21
21
22
-
First create up the target (new) database (along with its associated username and password) by following the manual database configuration instructions for your chosen target database type:
22
+
First create up the target (new) database (along with its associated username and password) by following the manual database configuration instructions for your chosen target database type:
23
23
24
24
* :ref:`db-config-mysql-label`
25
25
* :ref:`db-config-postgresql-label`
@@ -36,7 +36,7 @@ The ``occ db:convert-type`` command handles all the tasks of the conversion. The
``type`` should be the target database type. The same values are available here as for the ``config.php`` ``dbtype`` parameter. It should be one of: ``mysql`` for MariaDB/MySQL,
39
+
``type`` should be the target database type. The same values are available here as for the ``config.php`` ``dbtype`` parameter. It should be one of: ``mysql`` for MariaDB/MySQL,
40
40
``pgsql`` for PostgreSQL, or ``oci`` for Oracle.
41
41
42
42
The options:
@@ -57,8 +57,8 @@ Let's convert our existing (functioning) sqlite3 installation to be MariaDB/MySQ
If you like, you can view the changes that were made by looking for the ``db*`` parameters in your ``config.php`` (you could also use this command before
73
+
If you like, you can view the changes that were made by looking for the ``db*`` parameters in your ``config.php`` (you could also use this command before
74
74
doing the conversion to compare your configuration before/after):
0 commit comments