diff --git a/README.md b/README.md index 317c75cea..95ea452d0 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io). ## 🔥 Latest Updates +- 2024-09-09 Adds a medical consultant agent template. - 2024-08-22 Support text to SQL statements through RAG. - 2024-08-02 Supports GraphRAG inspired by [graphrag](https://github.com/microsoft/graphrag) and mind map. diff --git a/README_ja.md b/README_ja.md index 92764c5f5..68c47647d 100644 --- a/README_ja.md +++ b/README_ja.md @@ -48,6 +48,7 @@ ## 🔥 最新情報 +- 2024-09-09 エージェントに医療相談テンプレートを追加しました。 - 2024-08-22 RAG を介して SQL ステートメントへのテキストをサポートします。 - 2024-08-02 [graphrag](https://github.com/microsoft/graphrag) からインスピレーションを得た GraphRAG とマインド マップをサポートします。 - 2024-07-23 音声ファイルの解析をサポートしました。 diff --git a/README_ko.md b/README_ko.md index a41833da1..51e0d7e10 100644 --- a/README_ko.md +++ b/README_ko.md @@ -49,6 +49,8 @@ ## 🔥 업데이트 +- 2024-09-09 Agent에 의료상담 템플릿을 추가하였습니다. + - 2024-08-22 RAG를 통해 SQL 문에 텍스트를 지원합니다. - 2024-08-02: [graphrag](https://github.com/microsoft/graphrag)와 마인드맵에서 영감을 받은 GraphRAG를 지원합니다. diff --git a/README_zh.md b/README_zh.md index c0b050333..71064e268 100644 --- a/README_zh.md +++ b/README_zh.md @@ -47,6 +47,7 @@ ## 🔥 近期更新 +- 2024-09-09 在 Agent 中加入医疗问诊模板。 - 2024-08-22 支持用RAG技术实现从自然语言到SQL语句的转换。 - 2024-08-02 支持 GraphRAG 启发于 [graphrag](https://github.com/microsoft/graphrag) 和思维导图。 - 2024-07-23 支持解析音频文件。