-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Anupam Kumar <[email protected]>
- Loading branch information
Showing
7 changed files
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,12 @@ IMPORTANT: | |
v2.1.0 introduces repair steps and the first repair step introduced removes the config.yaml file that resides inside the persistent storage. If you have a custom config.yaml file inside the persistent storage, please back it up before upgrading to v2.1.0 or mark the repair step as completed (see the readme on github). The repair step will remove the file and you will have to reconfigure the backend after the upgrade. | ||
Install the given apps for Context Chat to work as desired **in the given order**: | ||
- `AppAPI` (>= v2.2.1) from the Apps page (https://apps.nextcloud.com/apps/app_api) | ||
- `AppAPI` (latest) from the Apps page (https://apps.nextcloud.com/apps/app_api) | ||
- `Context Chat Backend` (same major and minor version as Context Chat app below) from the External Apps page (https://apps.nextcloud.com/apps/context_chat_backend) | ||
- `Context Chat` (same major and minor version as the backend) from the Apps page (https://apps.nextcloud.com/apps/context_chat) | ||
- `Assistant` from the Apps page (https://apps.nextcloud.com/apps/assistant). The OCS API or the `occ` commands can also be used to interact with this app but it recommended to do that through a Text Processing OCP API consumer like the Assitant app, which is also the officially supported universal UI for all the AI providers. | ||
- `Assistant` (latest) from the Apps page (https://apps.nextcloud.com/apps/assistant). The OCS API or the `occ` commands can also be used to interact with this app but it recommended to do that through a Text Processing OCP API consumer like the Assitant app, which is also the officially supported universal UI for all the AI providers. | ||
]]></description> | ||
<version>2.2.1</version> | ||
<version>3.0.0</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" homepage="https://github.com/kyteinsky">Anupam Kumar</author> | ||
<namespace>Context Chat</namespace> | ||
|
@@ -31,7 +31,7 @@ Install the given apps for Context Chat to work as desired **in the given order* | |
<docker-install> | ||
<registry>ghcr.io</registry> | ||
<image>nextcloud/context_chat_backend</image> | ||
<image-tag>2.2.1</image-tag> | ||
<image-tag>3.0.0</image-tag> | ||
</docker-install> | ||
<scopes> | ||
</scopes> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "context_chat_backend" | ||
version = "2.2.1" | ||
version = "3.0.0" | ||
requires-python = ">=3.11" | ||
authors = [ | ||
{ name = "Anupam Kumar", email = "[email protected]" } | ||
|