diff --git a/README.md b/README.md index 53652af4b..c999ed4dd 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ releases! ๐ŸŒŸ ## ๐Ÿ”Ž System Architecture
- +
## ๐ŸŽฌ Get Started diff --git a/README_id.md b/README_id.md index 788c2907c..9ba8d0d7d 100644 --- a/README_id.md +++ b/README_id.md @@ -129,7 +129,7 @@ Coba demo kami di [https://demo.ragflow.io](https://demo.ragflow.io). ## ๐Ÿ”Ž Arsitektur Sistem
- +
## ๐ŸŽฌ Mulai diff --git a/README_ja.md b/README_ja.md index c905ede14..a6cf61679 100644 --- a/README_ja.md +++ b/README_ja.md @@ -109,7 +109,7 @@ ## ๐Ÿ”Ž ใ‚ทใ‚นใƒ†ใƒ ๆง‹ๆˆ
- +
## ๐ŸŽฌ ๅˆๆœŸ่จญๅฎš diff --git a/README_ko.md b/README_ko.md index 5da44ef5c..f9cf5c87c 100644 --- a/README_ko.md +++ b/README_ko.md @@ -109,7 +109,7 @@ ## ๐Ÿ”Ž ์‹œ์Šคํ…œ ์•„ํ‚คํ…์ฒ˜
- +
## ๐ŸŽฌ ์‹œ์ž‘ํ•˜๊ธฐ diff --git a/README_pt_br.md b/README_pt_br.md index 63d2d9e33..d697277f7 100644 --- a/README_pt_br.md +++ b/README_pt_br.md @@ -129,7 +129,7 @@ Experimente nossa demo em [https://demo.ragflow.io](https://demo.ragflow.io). ## ๐Ÿ”Ž Arquitetura do Sistema
- +
## ๐ŸŽฌ Primeiros Passos diff --git a/README_tzh.md b/README_tzh.md index 739fe25f4..53315e03d 100644 --- a/README_tzh.md +++ b/README_tzh.md @@ -132,7 +132,7 @@ ## ๐Ÿ”Ž ็ณป็ตฑๆžถๆง‹
- +
## ๐ŸŽฌ ๅฟซ้€Ÿ้–‹ๅง‹ diff --git a/README_zh.md b/README_zh.md index e82ce38c4..4c5e778d2 100644 --- a/README_zh.md +++ b/README_zh.md @@ -132,7 +132,7 @@ ## ๐Ÿ”Ž ็ณป็ปŸๆžถๆž„
- +
## ๐ŸŽฌ ๅฟซ้€Ÿๅผ€ๅง‹ diff --git a/admin/client/README.md b/admin/client/README.md index 9d2a81aed..b27cfbc29 100644 --- a/admin/client/README.md +++ b/admin/client/README.md @@ -48,7 +48,7 @@ It consists of a server-side Service and a command-line client (CLI), both imple 1. Ensure the Admin Service is running. 2. Install ragflow-cli. ```bash - pip install ragflow-cli + pip install ragflow-cli==0.21.0 ``` 3. Launch the CLI client: ```bash diff --git a/docs/guides/manage_users_and_services.md b/docs/guides/manage_users_and_services.md index ce5e49ea0..fe7a26d23 100644 --- a/docs/guides/manage_users_and_services.md +++ b/docs/guides/manage_users_and_services.md @@ -46,7 +46,7 @@ The Admin CLI and Admin Service form a client-server architectural suite for RAG 2. Install ragflow-cli. ```bash - pip install ragflow-cli + pip install ragflow-cli==0.21.0 ``` 3. Launch the CLI client: