No description
  • PHP 88.5%
  • JavaScript 7.8%
  • Vue 2.3%
  • Makefile 1.4%
Find a file
Nextcloud bot f76f3d1e55
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-14 00:39:49 +00:00
.github feat(ci): add db migration test workflow (#239) 2026-05-22 21:12:54 +05:30
.tx
appinfo 5.4.0-beta0 (#241) 2026-05-26 13:58:45 +05:30
doc docs: add API change notice 2025-10-15 14:07:40 +05:30
img
l10n fix(l10n): Update translations from Transifex 2026-06-14 00:39:49 +00:00
lib fix: handle array response in ex-app requests (#243) 2026-06-09 12:23:50 +05:30
LICENSES
screenshots
src fix: remove indexing_files_count to not keep a local count 2026-04-07 19:29:01 +05:30
stubs
templates
tests fix: cs lint and psalm fixes 2026-04-14 17:09:08 +05:30
.eslintrc.cjs
.gitignore
.l10nignore
.nextcloudignore
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md 5.4.0-beta0 (#241) 2026-05-26 13:58:45 +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
krankerl.toml
makefile
package-lock.json
package.json
psalm.xml
README.md chore: update readme and remove unused code chunks (#240) 2026-05-25 20:01:50 +05:30
REUSE.toml fix: reuse fix 2026-04-14 17:13:42 +05:30
stylelint.config.js
vite.config.js

Nextcloud Assistant Context Chat

REUSE status

Install

  1. Install/Enable 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 "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 30 minutes for long running requests. It can be changed with the request_timeout app config. The same also needs to be done for docker socket proxy/HaRP. See Slow responding ExApps and HP_TIMEOUT_SERVER in Environment variables in HaRP

Please open an issue if you need help :)