KevinHuSh
writinwaters
commited on
Commit
·
713589f
1
Parent(s):
37e8b27
refine doc about supporting PDF for Q&A (#1160)
Browse files### Type of change
- [x] Documentation Update
---------
Co-authored-by: writinwaters <[email protected]>
- README.md +2 -0
- README_ja.md +1 -0
- README_zh.md +1 -0
README.md
CHANGED
|
@@ -64,6 +64,8 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io).
|
|
| 64 |
|
| 65 |
## 📌 Latest Updates
|
| 66 |
|
|
|
|
|
|
|
| 67 |
- 2024-06-06 Supports [Self-RAG](https://huggingface.co/papers/2310.11511), which is enabled by default in dialog settings.
|
| 68 |
- 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models.
|
| 69 |
- 2024-05-28 Supports LLM Baichuan and VolcanoArk.
|
|
|
|
| 64 |
|
| 65 |
## 📌 Latest Updates
|
| 66 |
|
| 67 |
+
- 2024-06-14 Supports PDF in the Q&A parsing method.
|
| 68 |
+
|
| 69 |
- 2024-06-06 Supports [Self-RAG](https://huggingface.co/papers/2310.11511), which is enabled by default in dialog settings.
|
| 70 |
- 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models.
|
| 71 |
- 2024-05-28 Supports LLM Baichuan and VolcanoArk.
|
README_ja.md
CHANGED
|
@@ -46,6 +46,7 @@
|
|
| 46 |
|
| 47 |
## 📌 最新情報
|
| 48 |
|
|
|
|
| 49 |
- 2024-06-06 会話設定でデフォルトでチェックされている [Self-RAG](https://huggingface.co/papers/2310.11511) をサポートします。
|
| 50 |
- 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding)、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。
|
| 51 |
- 2024-05-28 LLM BaichuanとVolcanoArkを統合しました。
|
|
|
|
| 46 |
|
| 47 |
## 📌 最新情報
|
| 48 |
|
| 49 |
+
- 2024-06-14 Q&A 解析メソッドは PDF ファイルをサポートしています。
|
| 50 |
- 2024-06-06 会話設定でデフォルトでチェックされている [Self-RAG](https://huggingface.co/papers/2310.11511) をサポートします。
|
| 51 |
- 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding)、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。
|
| 52 |
- 2024-05-28 LLM BaichuanとVolcanoArkを統合しました。
|
README_zh.md
CHANGED
|
@@ -45,6 +45,7 @@
|
|
| 45 |
|
| 46 |
## 📌 近期更新
|
| 47 |
|
|
|
|
| 48 |
- 2024-06-06 支持 [Self-RAG](https://huggingface.co/papers/2310.11511) ,在对话设置里面默认勾选。
|
| 49 |
- 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。
|
| 50 |
- 2024-05-28 集成大模型 Baichuan 和火山方舟。
|
|
|
|
| 45 |
|
| 46 |
## 📌 近期更新
|
| 47 |
|
| 48 |
+
- 2024-06-14 Q&A 解析方式支持 PDF 文件。
|
| 49 |
- 2024-06-06 支持 [Self-RAG](https://huggingface.co/papers/2310.11511) ,在对话设置里面默认勾选。
|
| 50 |
- 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。
|
| 51 |
- 2024-05-28 集成大模型 Baichuan 和火山方舟。
|