Merge pull request #13179 from nextcloud/backport/13176/stable30

[stable30] Add warning about context_chat in the Flows section
This commit is contained in:
Julien Veyssier 2025-06-02 20:35:43 +02:00 committed by GitHub
commit 5eae5c3d85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,11 @@ rules. If all rules of a group hold true, the group matches the request and
access is being denied. The rules criteria range from IP address, to user
groups, collaborative tags and :ref:`some more <available-rules-label>`.
.. note:: In case you are using the :ref:`Context Chat App <ai-app-context_chat>`,
please keep in mind, that it is not affected by the File Access Control rules
and will respond with indexed information, even when the file is not accessible
by the user due to access control rules.
Denied access
-------------