### What problem does this PR solve? Add agentic workflow support to latest updates in READMEs ### Type of change - [x] Documentation Updatetags/v0.20.0
| @@ -87,6 +87,7 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io). | |||
| ## 🔥 Latest Updates | |||
| - 2025-08-01 Supports agentic workflow. | |||
| - 2025-05-23 Adds a Python/JavaScript code executor component to Agent. | |||
| - 2025-05-05 Supports cross-language query. | |||
| - 2025-03-19 Supports using a multi-modal model to make sense of images within PDF or DOCX files. | |||
| @@ -80,6 +80,7 @@ Coba demo kami di [https://demo.ragflow.io](https://demo.ragflow.io). | |||
| ## 🔥 Pembaruan Terbaru | |||
| - 2025-08-01 Mendukung Alur Kerja agen. | |||
| - 2025-05-23 Menambahkan komponen pelaksana kode Python/JS ke Agen. | |||
| - 2025-05-05 Mendukung kueri lintas bahasa. | |||
| - 2025-03-19 Mendukung penggunaan model multi-modal untuk memahami gambar di dalam file PDF atau DOCX. | |||
| @@ -60,6 +60,7 @@ | |||
| ## 🔥 最新情報 | |||
| - 2025-08-01 エージェントワークフローをサポートします。 | |||
| - 2025-05-23 エージェントに Python/JS コードエグゼキュータコンポーネントを追加しました。 | |||
| - 2025-05-05 言語間クエリをサポートしました。 | |||
| - 2025-03-19 PDFまたはDOCXファイル内の画像を理解するために、多モーダルモデルを使用することをサポートします。 | |||
| @@ -60,6 +60,7 @@ | |||
| ## 🔥 업데이트 | |||
| - 2025-08-01 에이전트 워크플로를 지원합니다. | |||
| - 2025-05-23 Agent에 Python/JS 코드 실행기 구성 요소를 추가합니다. | |||
| - 2025-05-05 언어 간 쿼리를 지원합니다. | |||
| - 2025-03-19 PDF 또는 DOCX 파일 내의 이미지를 이해하기 위해 다중 모드 모델을 사용하는 것을 지원합니다. | |||
| @@ -80,6 +80,7 @@ Experimente nossa demo em [https://demo.ragflow.io](https://demo.ragflow.io). | |||
| ## 🔥 Últimas Atualizações | |||
| - 01-08-2025 Suporta o fluxo de trabalho agêntico. | |||
| - 23-05-2025 Adicione o componente executor de código Python/JS ao Agente. | |||
| - 05-05-2025 Suporte a consultas entre idiomas. | |||
| - 19-03-2025 Suporta o uso de um modelo multi-modal para entender imagens dentro de arquivos PDF ou DOCX. | |||
| @@ -83,6 +83,7 @@ | |||
| ## 🔥 近期更新 | |||
| - 2025-08-01 支援 agentic workflow | |||
| - 2025-05-23 為 Agent 新增 Python/JS 程式碼執行器元件。 | |||
| - 2025-05-05 支援跨語言查詢。 | |||
| - 2025-03-19 PDF和DOCX中的圖支持用多模態大模型去解析得到描述. | |||
| @@ -83,6 +83,7 @@ | |||
| ## 🔥 近期更新 | |||
| - 2025-08-01 支持 agentic workflow。 | |||
| - 2025-05-23 Agent 新增 Python/JS 代码执行器组件。 | |||
| - 2025-05-05 支持跨语言查询。 | |||
| - 2025-03-19 PDF 和 DOCX 中的图支持用多模态大模型去解析得到描述. | |||