From d13dc0c24df7c0d374dde425bf926b4b4aca3157 Mon Sep 17 00:00:00 2001 From: Yingfeng Date: Thu, 4 Sep 2025 11:16:42 +0800 Subject: [PATCH] Update README (#9904) ### Type of change - [x] Documentation Update --- README.md | 7 ++----- README_id.md | 2 +- README_ja.md | 4 ++-- README_ko.md | 4 ++-- README_pt_br.md | 2 +- README_tzh.md | 2 +- README_zh.md | 2 +- 7 files changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 975d8946e..c6f77a0cc 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,7 @@ ## 💡 What is RAGFlow? -[RAGFlow](https://ragflow.io/) is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document -understanding. It offers a streamlined RAG workflow for businesses of any scale, combining LLM (Large Language Models) -to provide truthful question-answering capabilities, backed by well-founded citations from various complex formatted -data. +[RAGFlow](https://ragflow.io/) is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs. It offers a streamlined RAG workflow adaptable to enterprises of any scale. Powered by a converged context engine and pre-built agent templates, RAGFlow enables developers to transform complex data into high-fidelity, production-ready AI systems with exceptional efficiency and precision. ## 🎮 Demo @@ -351,7 +348,7 @@ docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly # mac sudo brew install jemalloc ``` - + 6. Launch backend service: ```bash diff --git a/README_id.md b/README_id.md index f0f8f60cf..44b615bec 100644 --- a/README_id.md +++ b/README_id.md @@ -67,7 +67,7 @@ ## 💡 Apa Itu RAGFlow? -[RAGFlow](https://ragflow.io/) adalah mesin RAG (Retrieval-Augmented Generation) open-source berbasis pemahaman dokumen yang mendalam. Platform ini menyediakan alur kerja RAG yang efisien untuk bisnis dengan berbagai skala, menggabungkan LLM (Large Language Models) untuk menyediakan kemampuan tanya-jawab yang benar dan didukung oleh referensi dari data terstruktur kompleks. +[RAGFlow](https://ragflow.io/) adalah mesin RAG (Retrieval-Augmented Generation) open-source terkemuka yang mengintegrasikan teknologi RAG mutakhir dengan kemampuan Agent untuk menciptakan lapisan kontekstual superior bagi LLM. Menyediakan alur kerja RAG yang efisien dan dapat diadaptasi untuk perusahaan segala skala. Didukung oleh mesin konteks terkonvergensi dan template Agent yang telah dipra-bangun, RAGFlow memungkinkan pengembang mengubah data kompleks menjadi sistem AI kesetiaan-tinggi dan siap-produksi dengan efisiensi dan presisi yang luar biasa. ## 🎮 Demo diff --git a/README_ja.md b/README_ja.md index 227eecb50..720902094 100644 --- a/README_ja.md +++ b/README_ja.md @@ -47,7 +47,7 @@ ## 💡 RAGFlow とは? -[RAGFlow](https://ragflow.io/) は、深い文書理解に基づいたオープンソースの RAG (Retrieval-Augmented Generation) エンジンである。LLM(大規模言語モデル)を組み合わせることで、様々な複雑なフォーマットのデータから根拠のある引用に裏打ちされた、信頼できる質問応答機能を実現し、あらゆる規模のビジネスに適した RAG ワークフローを提供します。 +[RAGFlow](https://ragflow.io/) は、先進的なRAG(Retrieval-Augmented Generation)技術と Agent 機能を融合し、大規模言語モデル(LLM)に優れたコンテキスト層を構築する最先端のオープンソース RAG エンジンです。あらゆる規模の企業に対応可能な合理化された RAG ワークフローを提供し、統合型コンテキストエンジンと事前構築されたAgentテンプレートにより、開発者が複雑なデータを驚異的な効率性と精度で高精細なプロダクションレディAIシステムへ変換することを可能にします。 ## 🎮 Demo @@ -301,7 +301,7 @@ docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly ``` 5. オペレーティングシステムにjemallocがない場合は、次のようにインストールします: - + ```bash # ubuntu sudo apt-get install libjemalloc-dev diff --git a/README_ko.md b/README_ko.md index ff19bc9a7..68fd01bb3 100644 --- a/README_ko.md +++ b/README_ko.md @@ -47,7 +47,7 @@ ## 💡 RAGFlow란? -[RAGFlow](https://ragflow.io/)는 심층 문서 이해에 기반한 오픈소스 RAG (Retrieval-Augmented Generation) 엔진입니다. 이 엔진은 대규모 언어 모델(LLM)과 결합하여 정확한 질문 응답 기능을 제공하며, 다양한 복잡한 형식의 데이터에서 신뢰할 수 있는 출처를 바탕으로 한 인용을 통해 이를 뒷받침합니다. RAGFlow는 규모에 상관없이 모든 기업에 최적화된 RAG 워크플로우를 제공합니다. +[RAGFlow](https://ragflow.io/) 는 최첨단 RAG(Retrieval-Augmented Generation)와 Agent 기능을 융합하여 대규모 언어 모델(LLM)을 위한 우수한 컨텍스트 계층을 생성하는 선도적인 오픈소스 RAG 엔진입니다. 모든 규모의 기업에 적용 가능한 효율적인 RAG 워크플로를 제공하며, 통합 컨텍스트 엔진과 사전 구축된 Agent 템플릿을 통해 개발자들이 복잡한 데이터를 예외적인 효율성과 정밀도로 고급 구현도의 프로덕션 준비 완료 AI 시스템으로 변환할 수 있도록 지원합니다. ## 🎮 데모 @@ -341,7 +341,7 @@ docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly ```bash pkill -f "ragflow_server.py|task_executor.py" ``` - + ## 📚 문서 diff --git a/README_pt_br.md b/README_pt_br.md index d119c95d2..dd89f0a34 100644 --- a/README_pt_br.md +++ b/README_pt_br.md @@ -67,7 +67,7 @@ ## 💡 O que é o RAGFlow? -[RAGFlow](https://ragflow.io/) é um mecanismo RAG (Geração Aumentada por Recuperação) de código aberto baseado em entendimento profundo de documentos. Ele oferece um fluxo de trabalho RAG simplificado para empresas de qualquer porte, combinando LLMs (Modelos de Linguagem de Grande Escala) para fornecer capacidades de perguntas e respostas verídicas, respaldadas por citações bem fundamentadas de diversos dados complexos formatados. +[RAGFlow](https://ragflow.io/) é um mecanismo de RAG (Retrieval-Augmented Generation) open-source líder que fusiona tecnologias RAG de ponta com funcionalidades Agent para criar uma camada contextual superior para LLMs. Oferece um fluxo de trabalho RAG otimizado adaptável a empresas de qualquer escala. Alimentado por um motor de contexto convergente e modelos Agent pré-construídos, o RAGFlow permite que desenvolvedores transformem dados complexos em sistemas de IA de alta fidelidade e pronto para produção com excepcional eficiência e precisão. ## 🎮 Demo diff --git a/README_tzh.md b/README_tzh.md index e6e1a9d12..2ee08ab85 100644 --- a/README_tzh.md +++ b/README_tzh.md @@ -70,7 +70,7 @@ ## 💡 RAGFlow 是什麼? -[RAGFlow](https://ragflow.io/) 是一款基於深度文件理解所建構的開源 RAG(Retrieval-Augmented Generation)引擎。 RAGFlow 可以為各種規模的企業及個人提供一套精簡的 RAG 工作流程,結合大語言模型(LLM)針對用戶各類不同的複雜格式數據提供可靠的問答以及有理有據的引用。 +[RAGFlow](https://ragflow.io/) 是一款領先的開源 RAG(Retrieval-Augmented Generation)引擎,通過融合前沿的 RAG 技術與 Agent 能力,為大型語言模型提供卓越的上下文層。它提供可適配任意規模企業的端到端 RAG 工作流,憑藉融合式上下文引擎與預置的 Agent 模板,助力開發者以極致效率與精度將複雜數據轉化為高可信、生產級的人工智能系統。 ## 🎮 Demo 試用 diff --git a/README_zh.md b/README_zh.md index 785919a51..bd394f34f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -70,7 +70,7 @@ ## 💡 RAGFlow 是什么? -[RAGFlow](https://ragflow.io/) 是一款基于深度文档理解构建的开源 RAG(Retrieval-Augmented Generation)引擎。RAGFlow 可以为各种规模的企业及个人提供一套精简的 RAG 工作流程,结合大语言模型(LLM)针对用户各类不同的复杂格式数据提供可靠的问答以及有理有据的引用。 +[RAGFlow](https://ragflow.io/) 是一款领先的开源检索增强生成(RAG)引擎,通过融合前沿的 RAG 技术与 Agent 能力,为大型语言模型提供卓越的上下文层。它提供可适配任意规模企业的端到端 RAG 工作流,凭借融合式上下文引擎与预置的 Agent 模板,助力开发者以极致效率与精度将复杂数据转化为高可信、生产级的人工智能系统。 ## 🎮 Demo 试用