mirror of
https://github.com/nextcloud/context_chat.git
synced 2026-06-14 12:13:05 +02:00
No description
- PHP 88.5%
- JavaScript 7.8%
- Vue 2.3%
- Makefile 1.4%
|
|
||
|---|---|---|
| .github | ||
| .tx | ||
| appinfo | ||
| doc | ||
| img | ||
| l10n | ||
| lib | ||
| LICENSES | ||
| screenshots | ||
| src | ||
| stubs | ||
| templates | ||
| tests | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .l10nignore | ||
| .nextcloudignore | ||
| .php-cs-fixer.dist.php | ||
| AUTHORS.md | ||
| CHANGELOG.md | ||
| composer.json | ||
| composer.lock | ||
| COPYING | ||
| krankerl.toml | ||
| makefile | ||
| package-lock.json | ||
| package.json | ||
| psalm.xml | ||
| README.md | ||
| REUSE.toml | ||
| stylelint.config.js | ||
| vite.config.js | ||
Nextcloud Assistant Context Chat
Install
- Install/Enable two other mandatory apps for this app to work as desired in your Nextcloud install from the "Apps" page:
- AppAPI (shipped but should be enabled): https://apps.nextcloud.com/apps/app_api
- Assistant: https://apps.nextcloud.com/apps/assistant
- Install this app (Nextcloud Assistant Context Chat): https://apps.nextcloud.com/apps/context_chat
- 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)
- 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_timeoutapp config. The same also needs to be done for docker socket proxy/HaRP. See Slow responding ExApps andHP_TIMEOUT_SERVERin Environment variables in HaRPPlease open an issue if you need help :)
