No description
Find a file
Anupam Kumar e13a76c0a0
5.0.0 (#185)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
2025-10-15 15:46:13 +05:30
.github chore: bump minimum Nextcloud version to 32 2025-10-15 14:07:40 +05:30
.tx update backend's name to context_chat_backend 2023-12-16 01:52:36 +05:30
appinfo 5.0.0 (#185) 2025-10-15 15:46:13 +05:30
doc docs: add API change notice 2025-10-15 14:07:40 +05:30
img docs(reuse): Add SPDX header 2024-12-16 13:58:34 +01:00
l10n first draft 2023-09-21 15:01:51 +02:00
lib fix(Public): update docblock parameter types 2025-10-15 14:07:40 +05:30
LICENSES docs(reuse): Add SPDX header 2024-12-16 13:58:34 +01:00
screenshots docs(reuse): Add SPDX header 2024-12-16 13:58:34 +01:00
src fix: adjustments to admin stats page 2025-08-27 18:20:24 +05:30
stubs docs(reuse): Add SPDX header 2024-12-16 13:58:34 +01:00
templates fix(licenses) 2025-02-24 13:57:41 +01:00
tests fix(REUSE): Add copyright to psalm-baseline.xml 2025-08-27 18:20:24 +05:30
.eslintrc.cjs chore(deps): upgrade to vue 3 and vite 2025-07-16 15:25:11 -04:00
.gitignore docs(reuse): Add SPDX header 2024-12-16 13:58:34 +01:00
.l10nignore docs(reuse): Add SPDX header 2024-12-16 13:58:34 +01:00
.nextcloudignore chore(deps): upgrade to vue 3 and vite 2025-07-16 15:25:11 -04:00
.php-cs-fixer.dist.php docs(reuse): Add SPDX header 2024-12-16 13:58:34 +01:00
AUTHORS.md docs(reuse): Add SPDX header 2024-12-16 13:58:34 +01:00
CHANGELOG.md 5.0.0 (#185) 2025-10-15 15:46:13 +05:30
composer.json ci: add min php version requirement back 2025-05-25 10:04:43 +05:30
composer.lock chore: composer update (#184) 2025-10-15 15:13:23 +05:30
COPYING first draft 2023-09-21 15:01:51 +02:00
krankerl.toml docs(reuse): Add SPDX header 2024-12-16 13:58:34 +01:00
makefile fix(makefile): Don't add stubs directory to release 2025-08-04 08:41:45 +02:00
package-lock.json chore: bump vue3 (#176) 2025-09-19 14:01:03 +05:30
package.json chore: bump vue3 (#176) 2025-09-19 14:01:03 +05:30
psalm.xml fix: psalm don't find unused baseline entries 2025-07-23 16:28:01 +05:30
README.md docs(readme): Add reuse status badge 2024-12-16 14:00:30 +01:00
REUSE.toml docs(reuse): Add SPDX header 2024-12-16 13:58:34 +01:00
stylelint.config.js docs(reuse): Add SPDX header 2024-12-16 13:58:34 +01:00
vite.config.js chore(deps): upgrade to vue 3 and vite 2025-07-16 15:25:11 -04:00

Nextcloud Assistant Context Chat

REUSE status

Install

  1. Install two other mandatory apps for this app to work as desired in your Nextcloud install from the "Apps" page:
  1. Install this app (Nextcloud Assistant Context Chat): https://apps.nextcloud.com/apps/context_chat
  2. 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)
  3. 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 :)