KevinHuSh commited on
Commit
2237b09
·
1 Parent(s): ad77ab2

documentaion for self-rag (#1080)

Browse files

### What problem does this PR solve?

#1069
### Type of change

- [x] Documentation Update

Files changed (3) hide show
  1. README.md +1 -0
  2. README_ja.md +1 -0
  3. README_zh.md +1 -0
README.md CHANGED
@@ -60,6 +60,7 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io).
60
 
61
  ## 📌 Latest Updates
62
 
 
63
  - 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models.
64
  - 2024-05-28 Supports LLM Baichuan and VolcanoArk.
65
  - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval.
 
60
 
61
  ## 📌 Latest Updates
62
 
63
+ - 2024-06-06 Support [Self-RAG](https://huggingface.co/papers/2310.11511) in dialog setting.
64
  - 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models.
65
  - 2024-05-28 Supports LLM Baichuan and VolcanoArk.
66
  - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval.
README_ja.md CHANGED
@@ -42,6 +42,7 @@
42
 
43
  ## 📌 最新情報
44
 
 
45
  - 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding)、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。
46
  - 2024-05-28 LLM BaichuanとVolcanoArkを統合しました。
47
  - 2024-05-23 より良いテキスト検索のために[RAPTOR](https://arxiv.org/html/2401.18059v1)をサポート。
 
42
 
43
  ## 📌 最新情報
44
 
45
+ - 2024-06-06 会話設定でデフォルトでチェックされている [Self-RAG](https://huggingface.co/papers/2310.11511) をサポートします。
46
  - 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding)、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。
47
  - 2024-05-28 LLM BaichuanとVolcanoArkを統合しました。
48
  - 2024-05-23 より良いテキスト検索のために[RAPTOR](https://arxiv.org/html/2401.18059v1)をサポート。
README_zh.md CHANGED
@@ -41,6 +41,7 @@
41
 
42
  ## 📌 近期更新
43
 
 
44
  - 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。
45
  - 2024-05-28 集成大模型 Baichuan 和火山方舟。
46
  - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。
 
41
 
42
  ## 📌 近期更新
43
 
44
+ - 2024-06-06 支持 [Self-RAG](https://huggingface.co/papers/2310.11511) ,在对话设置里面默认勾选。
45
  - 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。
46
  - 2024-05-28 集成大模型 Baichuan 和火山方舟。
47
  - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。