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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -441,7 +441,7 @@ Nextcloud customers should file bugs directly with our Support system.
441
441
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
-
* Most models have difficulties with languages other than English. Some sometimes answer in another language than used by the user.
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
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
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.
Copy file name to clipboardExpand all lines: admin_manual/ai/eu_ai_act.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ This section describes the measures that ensure the software is interoperable.
35
35
36
36
- We provide our AI features via an open API with publicly accessible `OpenAPI specs <https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/>`_ which allows developers to build on top of our features.
37
37
- As our software is fully open-source, anyone can adjust the software to meet their needs. For example, anyone can adjust the core code, adjust the code of existing applications, or develop a custom application for Nextcloud.
38
-
- We implement integrations for the major model hosting providers and their protocols upon request of customers. We are interoperable with OpenAI and IBMwatsonX. As Nextcloud is an open app ecosystem, anyone can develop an integration with a model hosting provider on their own.
38
+
- We implement integrations for the major model hosting providers and their protocols upon request of customers. We are interoperable with OpenAI and IBM watsonx. As Nextcloud is an open app ecosystem, anyone can develop an integration with a model hosting provider on their own.
39
39
- We implement the agent interoperability protocol MCP both as a client and as a server to allow users to connect the AI Agent software to existing services and connect existing AI Agents to our software.
40
40
- We implement a local model hosting mechanism that can be used to host GGUF models (most open weight models can be converted using an Open Source tool called llama.cpp).
Copy file name to clipboardExpand all lines: admin_manual/configuration_files/external_storage/auth_mechanisms.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,7 @@ Considerations for shared storage
83
83
---------------------------------
84
84
85
85
Every external storage, which is using user specific authentication, is connected individually.
86
-
Even if several users connect to the same folder, the files are regarded as separate files per user.
87
-
Nextcloud can not recognize if two users access the very same file if they follow individual connections.
86
+
Nextcloud cannot recognise shared file locks across individual connections, even when accessing the same file.
88
87
89
88
This has an influence on e.g. file locking as a locked individual file is not shown as locked to other users or users cannot collaboratively edit documents.
Copy file name to clipboardExpand all lines: admin_manual/configuration_user/user_auth_ldap.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
@@ -463,7 +463,7 @@ Email Field:
463
463
464
464
User Home Folder Naming Rule:
465
465
By default, the Nextcloud server creates the user directory in your Nextcloud
466
-
data directory and gives it the Nextcloud username, .e.g ``/var/www/nextcloud/data/alice``. You may want to override this setting and name it after an LDAP
466
+
data directory and gives it the Nextcloud username, e.g. ``/var/www/nextcloud/data/alice``. You may want to override this setting and name it after an LDAP
467
467
attribute value. The attribute can also return an absolute path, e.g.
468
468
``/mnt/storage43/alice``. Leave it empty for default behavior.
After configuring those attributes, the User Profile data will be overwritten with the according data from LDAP. The checksum of data from LDAP will be stored in user settings ``user_ldap``, ``lastProfileChecksum`` and profile update is skipped as long as data from LDAP doesn't change. If ``memcache.distributed`` is enabled in ``config.php`` the checksum will be cached and the checking will be skipped, as long as the cached value exists (expires after ``ldapCacheTTL`` seconds).
486
+
After configuring those attributes, the User Profile data will be overwritten with the corresponding data from LDAP. The checksum of data from LDAP will be stored in user settings ``user_ldap``, ``lastProfileChecksum`` and profile update is skipped as long as data from LDAP doesn't change. If ``memcache.distributed`` is enabled in ``config.php`` the checksum will be cached and the checking will be skipped, as long as the cached value exists (expires after ``ldapCacheTTL`` seconds).
487
487
488
488
Please be aware:
489
489
- The user can change the data in profile, but it will get overwritten if changed in LDAP
@@ -570,7 +570,7 @@ Internal Username:
570
570
The internal username is the identifier in Nextcloud for LDAP users. By default
571
571
it will be created from the UUID attribute. The UUID attribute ensures that
572
572
the username is unique, and that characters do not need to be converted. Only
573
-
these characters are allowed: [\a-\zA-\Z0-\9_.@-]. Other characters are
573
+
these characters are allowed: ``[a-zA-Z0-9_.@-]``. Other characters are
574
574
replaced with their ASCII equivalents, or are simply omitted.
575
575
576
576
The LDAP backend ensures that there are no duplicate internal usernames in
* Register a HaRP deploy daemon with the ``localhost`` as the host and the ``localhost:8782`` as the FRP server address. This can be paired with a HaRP container running in the host network mode or has exposed the ports ``8780`` and ``8782`` to the host.
54
+
* Register a HaRP deploy daemon with the ``localhost`` as the host and the ``localhost:8782`` as the FRP server address. This can be paired with a HaRP container running in the host network mode or that has exposed the ports ``8780`` and ``8782`` to the host.
0 commit comments