Skip to content

Commit

Permalink
Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yohasebe committed Jan 14, 2025
1 parent 33b1eca commit b005192
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Human users can use various tools to achieve their goals. However, in many cases
- 💬 Specify the number of messages to send to the API as **context size**
- 📜 Set **roles** for messages (user, assistant, system)
- 🔢 Generate and import/export **text embeddings** from PDFs
- 📼 **Logging** of code execution and tool/function use

### Voice Interaction

Expand Down
Binary file modified docs/assets/images/action-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/jupyter-start-stop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/open-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/basic-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Coding Assistant apps are also available for the following models:
This application allows the AI to create Jupyter Notebooks, add cells, and execute code within the cells based on user requests. The execution of the code uses a Python environment within a Docker container. The created Notebook is saved in the `Shared Folder`.

> You can start or stop JupyterLab by asking the AI agent. Alternatively, you can use the `Start JupyterLab` or `Stop JupyterLab` menu items in the `Console Panel` menu bar.
<br /><br />![Action menu](./assets/images/action-menu.png ':size=160')
<br /><br />![Action menu](./assets/images/jupyter-start-stop.png ':size=190')
<details>
<summary>jupyter_notebook_app.rb</summary>
Expand Down
3 changes: 2 additions & 1 deletion docs/ja/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Monadic Chat

![Monadic Chat Architecture](./assets/images/monadic-chat-architecture.svg ':size=800')
w[Monadic Chat Architecture](./assets/images/monadic-chat-architecture.svg ':size=800')

## 概要

Expand Down Expand Up @@ -47,6 +47,7 @@ Monadic Chatは現実世界に接地するAIフレームワークです。ここ
- 💬 文脈データとしてAPIに送信するメッセージ数(**コンテクストサイズ**)の指定
- 📜 メッセージの**ロール**設定(ユーザー、アシスタント、システム)
- 🔢 **PDF**からの**テキスト埋め込み**生成とインポート/エクスポート
- 📼 コードの実行とツール/関数の使用の詳細な**ログ**

### 音声インタラクション

Expand Down
Binary file modified docs/ja/assets/images/action-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ja/assets/images/jupyter-start-stop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/ja/assets/images/open-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/ja/jupyterlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Monadic Chatには、JupyterLabを起動する機能があります。JupyterLab

Monadic Chatコンソールの`Actions/Start JupyterLab`メニューをクリックすると、JupyterLabが起動します。JupyterLabは、`http://localhost:8889`でアクセスできます。

![Action menu](./assets/images/action-menu.png ':size=120')
![Action menu](./assets/images/jupyter-start-stop.png ':size=190')

JupyterLabを起動すると、`/monadic/data`をホームディレクトリとしてJupyterLabが起動します。このため、JupyterLab内でも共有フォルダ内のファイルにアクセスできます。

Expand Down
2 changes: 1 addition & 1 deletion docs/jupyterlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Monadic Chat has a feature to launch JupyterLab. JupyterLab is an integrated dev

Click the `Actions/Start JupyterLab` menu in the Monadic Chat console to launch JupyterLab. JupyterLab can be accessed at `http://localhost:8889`.

![Action menu](./assets/images/action-menu.png ':size=150')
![Action menu](./assets/images/jupyter-start-stop.png ':size=190')

When JupyterLab is launched, it starts with `/monadic/data` as its home directory and current working directory. This allows you to access files in the shared folder within JupyterLab.

Expand Down

0 comments on commit b005192

Please sign in to comment.