diff --git a/README.md b/README.md index a7d0c07bb4b..3aa974fc4f8 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io). ## 📌 Latest Updates +- 2024-06-14 Supports PDF in the Q&A parsing method. + - 2024-06-06 Supports [Self-RAG](https://huggingface.co/papers/2310.11511), which is enabled by default in dialog settings. - 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models. - 2024-05-28 Supports LLM Baichuan and VolcanoArk. diff --git a/README_ja.md b/README_ja.md index c13f708d544..ffeda0eb91b 100644 --- a/README_ja.md +++ b/README_ja.md @@ -46,6 +46,7 @@ ## 📌 最新情報 +- 2024-06-14 Q&A 解析メソッドは PDF ファイルをサポートしています。 - 2024-06-06 会話設定でデフォルトでチェックされている [Self-RAG](https://huggingface.co/papers/2310.11511) をサポートします。 - 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding)、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。 - 2024-05-28 LLM BaichuanとVolcanoArkを統合しました。 diff --git a/README_zh.md b/README_zh.md index f4df72cb82e..ee91744d056 100644 --- a/README_zh.md +++ b/README_zh.md @@ -45,6 +45,7 @@ ## 📌 近期更新 +- 2024-06-14 Q&A 解析方式支持 PDF 文件。 - 2024-06-06 支持 [Self-RAG](https://huggingface.co/papers/2310.11511) ,在对话设置里面默认勾选。 - 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。 - 2024-05-28 集成大模型 Baichuan 和火山方舟。