diff --git a/README.md b/README.md index b2f2f18a38..e73b0997a4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@

Cloud | - Document | + Documentation | Roadmap | Discord

@@ -59,7 +59,7 @@ - 💡 [What is RAGFlow?](#-what-is-ragflow) - 🎮 [Get Started](#-get-started) -- 📌 [Latest Updates](#-latest-updates) +- 🔥 [Latest Updates](#-latest-updates) - 🌟 [Key Features](#-key-features) - 🔎 [System Architecture](#-system-architecture) - 🎬 [Self-Hosting](#-self-hosting) @@ -130,7 +130,7 @@ releases! 🌟 ### 🍔 **Compatibility with heterogeneous data sources** -- Supports Word, slides, excel, txt, images, scanned copies, structured data, web pages, and more. +- Supports Word, Slides, Excel, TXT, images, scanned copies, structured data, web pages, and more. ### 🛀 **Automated and effortless RAG workflow** @@ -299,7 +299,7 @@ RAGFlow uses Elasticsearch by default for storing full text and vectors. To swit > [!WARNING] > Switching to Infinity on a Linux/arm64 machine is not yet officially supported. -## 🔧 Build a Docker image +## 🔧 Build a Docker Image This image is approximately 2 GB in size and relies on external LLM and embedding services. @@ -318,7 +318,7 @@ docker build --platform linux/amd64 \ -f Dockerfile -t infiniflow/ragflow:nightly . ``` -## 🔨 Launch service from source for development +## 🔨 Launch Service from Source for Development > [!IMPORTANT] > After cloning the repository for the first time, run `git config --local --unset core.hooksPath`, `uv tool install lefthook` and `lefthook install` once from the repo root to enable local Git hooks.