No description
  • PHP 87.4%
  • JavaScript 9.1%
  • Vue 2.2%
  • Makefile 1.3%
Find a file
Nextcloud bot 2987fbc385
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-05-01 00:36:12 +00:00
.github tests: Update cron job intervals in integration test workflow 2026-04-22 14:08:48 +02:00
.tx update backend's name to context_chat_backend 2023-12-16 01:52:36 +05:30
appinfo Merge remote-tracking branch 'origin/main' into feat/reverse-content-flow 2026-04-14 15:45:46 +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 fix(l10n): Update translations from Transifex 2026-05-01 00:36:12 +00:00
lib fix(Search): Fix limit option 2026-04-15 10:26:35 +02:00
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: remove indexing_files_count to not keep a local count 2026-04-07 19:29:01 +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: cs lint and psalm fixes 2026-04-14 17:09:08 +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.3.1 (#222) 2026-02-19 15:37:44 +05:30
composer.json fix(ci): improvements and CI time reduction (#231) 2026-04-13 16:01:05 +05:30
composer.lock fix(ci): improvements and CI time reduction (#231) 2026-04-13 16:01:05 +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 fix: reuse fix 2026-04-14 17:13:42 +05:30
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 :)