Commit
·
e346b5a
1
Parent(s):
1a0fce6
Update README (#779)
Browse files### What problem does this PR solve?
#771
### Type of change
- [x] Documentation Update
---------
Signed-off-by: Jin Hai <[email protected]>
- README.md +1 -0
- README_ja.md +1 -0
- README_zh.md +5 -4
README.md
CHANGED
@@ -30,6 +30,7 @@
|
|
30 |
|
31 |
## 📌 Latest Updates
|
32 |
|
|
|
33 |
- 2024-05-08 Integrates LLM DeepSeek-V2.
|
34 |
- 2024-04-26 Adds file management.
|
35 |
- 2024-04-19 Supports conversation API ([detail](./docs/conversation_api.md)).
|
|
|
30 |
|
31 |
## 📌 Latest Updates
|
32 |
|
33 |
+
- 2024-05-15 Integrates OpenAI GPT-4o.
|
34 |
- 2024-05-08 Integrates LLM DeepSeek-V2.
|
35 |
- 2024-04-26 Adds file management.
|
36 |
- 2024-04-19 Supports conversation API ([detail](./docs/conversation_api.md)).
|
README_ja.md
CHANGED
@@ -30,6 +30,7 @@
|
|
30 |
|
31 |
## 📌 最新情報
|
32 |
|
|
|
33 |
- 2024-05-08 LLM DeepSeek-V2を統合しました。
|
34 |
- 2024-04-26 「ファイル管理」機能を追加しました。
|
35 |
- 2024-04-19 会話 API をサポートします ([詳細](./docs/conversation_api.md))。
|
|
|
30 |
|
31 |
## 📌 最新情報
|
32 |
|
33 |
+
- 2024-05-15 OpenAI GPT-4oを統合しました。
|
34 |
- 2024-05-08 LLM DeepSeek-V2を統合しました。
|
35 |
- 2024-04-26 「ファイル管理」機能を追加しました。
|
36 |
- 2024-04-19 会話 API をサポートします ([詳細](./docs/conversation_api.md))。
|
README_zh.md
CHANGED
@@ -30,10 +30,11 @@
|
|
30 |
|
31 |
## 📌 近期更新
|
32 |
|
33 |
-
- 2024-05-
|
34 |
-
- 2024-
|
35 |
-
- 2024-04-
|
36 |
-
- 2024-04-
|
|
|
37 |
- 2024-04-11 支持用 [Xinference](./docs/xinference.md) 本地化部署大模型。
|
38 |
- 2024-04-10 为‘Laws’版面分析增加了底层模型。
|
39 |
- 2024-04-08 支持用 [Ollama](./docs/ollama.md) 本地化部署大模型。
|
|
|
30 |
|
31 |
## 📌 近期更新
|
32 |
|
33 |
+
- 2024-05-15 集成大模型 OpenAI GPT-4o。
|
34 |
+
- 2024-05-08 集成大模型 DeepSeek。
|
35 |
+
- 2024-04-26 增添了'文件管理'功能。
|
36 |
+
- 2024-04-19 支持对话 API ([更多](./docs/conversation_api.md))。
|
37 |
+
- 2024-04-16 集成嵌入模型 [BCEmbedding](https://github.com/netease-youdao/BCEmbedding) 和 专为轻型和高速嵌入而设计的 [FastEmbed](https://github.com/qdrant/fastembed)。
|
38 |
- 2024-04-11 支持用 [Xinference](./docs/xinference.md) 本地化部署大模型。
|
39 |
- 2024-04-10 为‘Laws’版面分析增加了底层模型。
|
40 |
- 2024-04-08 支持用 [Ollama](./docs/ollama.md) 本地化部署大模型。
|