Skip to content

Commit

Permalink
PDF document import/export features
Browse files Browse the repository at this point in the history
  • Loading branch information
yohasebe committed Aug 15, 2024
1 parent c857515 commit ed534b1
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Change Log

- [Aug, 2024] 0.8.4
- [Aug, 2024] 0.8.5
- PDF Document import/export feature
- Several bug fixes
- Docker container addition mechanism
- Better container management
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
**Monadic Chat** is a framework designed to create and use intelligent chatbots. By providing a full-fledged Linux environment on Docker to GPT-4 and other LLMs, it allows the chatbots to perform advanced tasks that require external tools. It also supports voice interaction, image and video recognition and generation, and AI-to-AI chat, suitable not only for using AI but also for developing and researching various applications.

- Recent Updates
- [Aug, 2024] 0.8.4
- [Aug, 2024] 0.8.5
- PDF Document import/export feature
- Several bug fixes
- Docker container addition mechanism
- Better container management
Expand Down
2 changes: 1 addition & 1 deletion docker/monadic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export PATH=$PATH:/usr/local/bin

export SELENIUM_IMAGE="selenium/standalone-chrome:latest"
export MONADIC_VERSION=0.8.4
export MONADIC_VERSION=0.8.5
export HOST_OS=$(uname -s)

# Define the path to the root directory
Expand Down
2 changes: 1 addition & 1 deletion docker/services/ruby/lib/monadic/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Monadic
VERSION = "0.8.4"
VERSION = "0.8.5"
end
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ layout: default
1. Install Docker Desktop for Mac (see [below](#install-docker-macos)).
2. Install Monadic Chat.

- [📦 Installer package for macOS ARM64 (Apple Silicon)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.4-arm64.dmg) (0.8.4)
- [📦 Installer package for macOS x64 (Intel)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.4.dmg) (0.8.4)
- [📦 Installer package for macOS ARM64 (Apple Silicon)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.5-arm64.dmg) (0.8.5)
- [📦 Installer package for macOS x64 (Intel)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.5.dmg) (0.8.5)

### Windows

1. Install WSL2 (see [below](#install-wsl2-win)).
2. Install Docker Desktop for Windows (see [below](#install-docker-win)).
3. Install Monadic Chat.

- [📦 Installer package for Windows](https://yohasebe.com/assets/apps/Monadic%20Chat%20Setup%200.8.4.exe) (0.8.4)
- [📦 Installer package for Windows](https://yohasebe.com/assets/apps/Monadic%20Chat%20Setup%200.8.5.exe) (0.8.5)

### Linux (Ubuntu/Debian)

1. Install Docker Desktop for Linux (See [Docker Desktop for Linux](https://docs.docker.com/desktop/install/linux-install/)).
2. Install Monadic Chat.

- [📦 Installer package for Linux (Ubuntu/Debian) x64](https://yohasebe.com/assets/apps/monadic-chat_0.8.4_amd64.deb) (0.8.4)
- [📦 Installer package for Linux (Ubuntu/Debian) arm64](https://yohasebe.com/assets/apps/monadic-chat_0.8.4_arm64.deb) (0.8.4)
- [📦 Installer package for Linux (Ubuntu/Debian) x64](https://yohasebe.com/assets/apps/monadic-chat_0.8.5_amd64.deb) (0.8.5)
- [📦 Installer package for Linux (Ubuntu/Debian) arm64](https://yohasebe.com/assets/apps/monadic-chat_0.8.5_arm64.deb) (0.8.5)

## How to Install Dependencies

Expand Down
10 changes: 5 additions & 5 deletions docs/installation_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ layout: default
1. Docker Desktop for Macをインストールします([詳細](#install-docker-macos))。
2. Monadic Chat のインストーラーをダウンロードしてインストールします。

- [📦 Installer package for macOS ARM64 (Apple Silicon)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.4-arm64.dmg) (0.8.4)
- [📦 Installer package for macOS x64 (Intel)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.4.dmg) (0.8.4)
- [📦 Installer package for macOS ARM64 (Apple Silicon)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.5-arm64.dmg) (0.8.5)
- [📦 Installer package for macOS x64 (Intel)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.5.dmg) (0.8.5)

### Windows

1. WSL2をインストールします([詳細](#install-wsl2-win))。
2. Docker Desktop for Windowsをインストールします([詳細](#install-docker-win))。
3. Monadic Chat のインストーラーをダウンロードしてインストールします。

- [📦 Installer package for Windows](https://yohasebe.com/assets/apps/Monadic%20Chat%20Setup%200.8.4.exe) (0.8.4)
- [📦 Installer package for Windows](https://yohasebe.com/assets/apps/Monadic%20Chat%20Setup%200.8.5.exe) (0.8.5)

### Linux (Ubuntu/Debian)

1. Docker Desktop for Linuxをインストールします。(参考:[LinuxにDocker Desktopをインストール](https://docs.docker.jp/desktop/install/linux-install.html)
2. Monadic Chat のインストーラーをダウンロードしてインストールします。

- [📦 Installer package for Linux (Ubuntu/Debian) x64](https://yohasebe.com/assets/apps/monadic-chat_0.8.4_amd64.deb) (0.8.4)
- [📦 Installer package for Linux (Ubuntu/Debian) arm64](https://yohasebe.com/assets/apps/monadic-chat_0.8.4_arm64.deb) (0.8.4)
- [📦 Installer package for Linux (Ubuntu/Debian) x64](https://yohasebe.com/assets/apps/monadic-chat_0.8.5_amd64.deb) (0.8.5)
- [📦 Installer package for Linux (Ubuntu/Debian) arm64](https://yohasebe.com/assets/apps/monadic-chat_0.8.5_arm64.deb) (0.8.5)

## 依存ソフトウェアのインストール

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monadic-chat",
"productName": "Monadic Chat",
"version": "0.8.4",
"version": "0.8.5",
"description": "Launcher application responsible for starting and stopping Monadic Chat",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit ed534b1

Please sign in to comment.