nextcloud / context_chat

Chat with your documents
GNU Affero General Public License v3.0
12 stars 0 forks source link

Nextcloud Assistant Context Chat

Install

  1. Install two other mandatory apps for this app to work as desired in your Nextcloud install from the "Apps" page:
  2. Install this app (Nextcloud Assistant Context Chat): https://apps.nextcloud.com/apps/context_chat
  3. Install the Context Chat Backend app (https://apps.nextcloud.com/apps/context_chat_backend) from the "External Apps" page. It is important to note here that the backend app should have the same major and minor version as this app (context_chat)
  4. Start using Context Chat from the Assistant UI

[!NOTE] Refer to the Context Chat Backend's readme and the AppAPI's documentation for help with setup of AppAPI's deploy daemon.
See the NC Admin docs for requirements and known limitations.

The HTTP request timeout is 50 minutes for all requests except deletion requests, which have 3 seconds timeout. The 50 minutes timeout can be changed with the request_timeout app config. The same also needs to be done for docker socket proxy (if you're using that). See Slow responding ExApps

Please open an issue if you need help :)