Skip to content

Commit 101df2b

Browse files
authored
Refine conversaion docs (#465)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
1 parent c055f40 commit 101df2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
## 📌 Latest Features
5757

58-
- 2024-04-19 Support chat bot API([detail](./docs/conversation_api.md)).
58+
- 2024-04-19 Support conversation API([detail](./docs/conversation_api.md)).
5959
- 2024-04-16 Add an embedding model 'bce-embedding-base_v1' from [BCEmbedding](https://github.com/netease-youdao/BCEmbedding).
6060
- 2024-04-16 Add [FastEmbed](https://github.com/qdrant/fastembed), which is designed specifically for light and speedy embedding.
6161
- 2024-04-11 Support [Xinference](./docs/xinference.md) for local LLM deployment.

README_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
## 📌 最新の機能
5757

58-
- 2024-04-19 チャットボットAPIをサポート([詳細](./docs/conversation_api.md))。
58+
- 2024-04-19 会話 API をサポートします([詳細](./docs/conversation_api.md))。
5959
- 2024-04-16 [BCEmbedding](https://github.com/netease-youdao/BCEmbedding) から埋め込みモデル「bce-embedding-base_v1」を追加します。
6060
- 2024-04-16 [FastEmbed](https://github.com/qdrant/fastembed) は、軽量かつ高速な埋め込み用に設計されています。
6161
- 2024-04-11 ローカル LLM デプロイメント用に [Xinference](./docs/xinference.md) をサポートします。

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
## 📌 新增功能
5757

58-
- 2024-04-19 支持聊天机器人API([更多](./docs/conversation_api.md)).
58+
- 2024-04-19 支持对话 API([更多](./docs/conversation_api.md)).
5959
- 2024-04-16 添加嵌入模型 [BCEmbedding](https://github.com/netease-youdao/BCEmbedding)
6060
- 2024-04-16 添加 [FastEmbed](https://github.com/qdrant/fastembed) 专为轻型和高速嵌入而设计。
6161
- 2024-04-11 支持用 [Xinference](./docs/xinference.md) 本地化部署大模型。

docs/conversation_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Chat Bot API Instruction
1+
# Conversation API Instruction
22

33
<div align="center" style="margin-top:20px;margin-bottom:20px;">
44
<img src="https://github.com/infiniflow/ragflow/assets/12318111/df0dcc3d-789a-44f7-89f1-7a5f044ab729" width="830"/>

0 commit comments

Comments
 (0)