diff --git a/README.md b/README.md
index d561003f7..94e6f9b21 100644
--- a/README.md
+++ b/README.md
@@ -204,9 +204,6 @@ releases! 🌟
/_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/
* Running on all addresses (0.0.0.0)
- * Running on http://127.0.0.1:9380
- * Running on http://x.x.x.x:9380
- INFO:werkzeug:Press CTRL+C to quit
```
> If you skip this confirmation step and directly log in to RAGFlow, your browser may prompt a `network anormal`
@@ -252,7 +249,9 @@ RAGFlow uses Elasticsearch by default for storing full text and vectors. To swit
```bash
$ docker compose -f docker/docker-compose.yml down -v
```
- Note: `-v` will delete the docker container volumes, and the existing data will be cleared.
+
+> [!WARNING]
+> `-v` will delete the docker container volumes, and the existing data will be cleared.
2. Set `DOC_ENGINE` in **docker/.env** to `infinity`.
diff --git a/README_id.md b/README_id.md
index 313a4428c..201ed30c2 100644
--- a/README_id.md
+++ b/README_id.md
@@ -197,9 +197,6 @@ Coba demo kami di [https://demo.ragflow.io](https://demo.ragflow.io).
/_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/
* Running on all addresses (0.0.0.0)
- * Running on http://127.0.0.1:9380
- * Running on http://x.x.x.x:9380
- INFO:werkzeug:Press CTRL+C to quit
```
> Jika Anda melewatkan langkah ini dan langsung login ke RAGFlow, browser Anda mungkin menampilkan error `network anormal`
diff --git a/README_ja.md b/README_ja.md
index b1ffd3f86..60cab93cc 100644
--- a/README_ja.md
+++ b/README_ja.md
@@ -176,9 +176,6 @@
/_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/
* Running on all addresses (0.0.0.0)
- * Running on http://127.0.0.1:9380
- * Running on http://x.x.x.x:9380
- INFO:werkzeug:Press CTRL+C to quit
```
> もし確認ステップをスキップして直接 RAGFlow にログインした場合、その時点で RAGFlow が完全に初期化されていない可能性があるため、ブラウザーがネットワーク異常エラーを表示するかもしれません。
diff --git a/README_ko.md b/README_ko.md
index 79388edf1..96289b1ad 100644
--- a/README_ko.md
+++ b/README_ko.md
@@ -177,9 +177,6 @@
/_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/
* Running on all addresses (0.0.0.0)
- * Running on http://127.0.0.1:9380
- * Running on http://x.x.x.x:9380
- INFO:werkzeug:Press CTRL+C to quit
```
> 만약 확인 단계를 건너뛰고 바로 RAGFlow에 로그인하면, RAGFlow가 완전히 초기화되지 않았기 때문에 브라우저에서 `network anormal` 오류가 발생할 수 있습니다.
diff --git a/README_pt_br.md b/README_pt_br.md
index 1a288f8ef..4c8090c47 100644
--- a/README_pt_br.md
+++ b/README_pt_br.md
@@ -196,9 +196,6 @@ Experimente nossa demo em [https://demo.ragflow.io](https://demo.ragflow.io).
/_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/
* Rodando em todos os endereços (0.0.0.0)
- * Rodando em http://127.0.0.1:9380
- * Rodando em http://x.x.x.x:9380
- INFO:werkzeug:Pressione CTRL+C para sair
```
> Se você pular essa etapa de confirmação e acessar diretamente o RAGFlow, seu navegador pode exibir um erro `network anormal`, pois, nesse momento, seu RAGFlow pode não estar totalmente inicializado.
diff --git a/README_tzh.md b/README_tzh.md
index 331136694..3a31a31ee 100644
--- a/README_tzh.md
+++ b/README_tzh.md
@@ -181,9 +181,6 @@
/_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/
* Running on all addresses (0.0.0.0)
- * Running on http://127.0.0.1:9380
- * Running on http://x.x.x.x:9380
- INFO:werkzeug:Press CTRL+C to quit
```
> 如果您跳過這一步驟系統確認步驟就登入 RAGFlow,你的瀏覽器有可能會提示 `network anormal` 或 `網路異常`,因為 RAGFlow 可能並未完全啟動成功。
diff --git a/README_zh.md b/README_zh.md
index 5ed08b451..77a3c054e 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -182,9 +182,6 @@
/_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/
* Running on all addresses (0.0.0.0)
- * Running on http://127.0.0.1:9380
- * Running on http://x.x.x.x:9380
- INFO:werkzeug:Press CTRL+C to quit
```
> 如果您跳过这一步系统确认步骤就登录 RAGFlow,你的浏览器有可能会提示 `network anormal` 或 `网络异常`,因为 RAGFlow 可能并未完全启动成功。
diff --git a/docs/guides/configure_knowledge_base/configure_knowledge_base.md b/docs/guides/configure_knowledge_base/configure_knowledge_base.md
index a549c1d9f..355e7bccc 100644
--- a/docs/guides/configure_knowledge_base/configure_knowledge_base.md
+++ b/docs/guides/configure_knowledge_base/configure_knowledge_base.md
@@ -42,9 +42,9 @@ RAGFlow offers multiple chunking template to facilitate chunking files of differ
| **Template** | Description | File format |
|--------------|-----------------------------------------------------------------------|------------------------------------------------------|
| General | Files are consecutively chunked based on a preset chunk token number. | DOCX, EXCEL, PPT, PDF, TXT, JPEG, JPG, PNG, TIF, GIF |
-| Q&A | | EXCEL, CSV/TXT |
+| Q&A | | XLSX, CSV/TXT |
| Manual | | PDF |
-| Table | | EXCEL, CSV/TXT |
+| Table | | XLSX, CSV/TXT |
| Paper | | PDF |
| Book | | DOCX, PDF, TXT |
| Laws | | DOCX, PDF, TXT |
diff --git a/docs/guides/configure_knowledge_base/construct_knowledge_graph.md b/docs/guides/configure_knowledge_base/construct_knowledge_graph.md
index c5a519a39..4429cfa99 100644
--- a/docs/guides/configure_knowledge_base/construct_knowledge_graph.md
+++ b/docs/guides/configure_knowledge_base/construct_knowledge_graph.md
@@ -65,9 +65,9 @@ In a knowledge graph, a community is a cluster of entities linked by relationshi
2. The knowledge graph of your knowlege base does *not* automatically update *until* a newly uploaded file is parsed.
- _A **Knowledge Graph** entry appears under **Configuration** once a knowledge graph is created._
+ _A **Knowledge graph** entry appears under **Configuration** once a knowledge graph is created._
-3. Click **Knowledge Graph** to view the details of the generated graph.
+3. Click **Knowledge graph** to view the details of the generated graph.
## Frequently asked questions
@@ -81,4 +81,4 @@ Nope. The knowledge graph does *not* automatically update *until* a newly upload
### How to remove a generated knowledge graph?
-To remove the generated knowledge graph, delete all related files in your knowledge base. Although the **Knowledge Graph** entry will still be visible, the graph has actually been deleted.
\ No newline at end of file
+To remove the generated knowledge graph, delete all related files in your knowledge base. Although the **Knowledge graph** entry will still be visible, the graph has actually been deleted.
\ No newline at end of file
diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx
index 1b5504740..7faae8c17 100644
--- a/docs/quickstart.mdx
+++ b/docs/quickstart.mdx
@@ -223,9 +223,6 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
/_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/
* Running on all addresses (0.0.0.0)
- * Running on http://127.0.0.1:9380
- * Running on http://x.x.x.x:9380
- INFO:werkzeug:Press CTRL+C to quit
```
> If you skip this confirmation step and directly log in to RAGFlow, your browser may prompt a `network anomaly` error because, at that moment, your RAGFlow may not be fully initialized.
diff --git a/docs/references/supported_models.mdx b/docs/references/supported_models.mdx
index 051b2b860..dcafafc83 100644
--- a/docs/references/supported_models.mdx
+++ b/docs/references/supported_models.mdx
@@ -12,7 +12,7 @@ A complete list of models supported by RAGFlow, which will continue to expand.
- This chunk method supports EXCEL and CSV/TXT file formats. + This chunk method supports XLSX and CSV/TXT file formats.
Supported file formats are EXCEL and CSV/TXT.
+ table: `
Supported file formats are XLSX and CSV/TXT.
Here're some prerequisites and tips:
Knowlege base using 'Tag' as a chunking method is NOT supposed to be involved in RAG procedure.
The chunks in this knowledge base are examples of tags, which demonstrate the entire tag set and the relevance between chunk and tags.
-This chunk method supports EXCEL and CSV/TXT file formats.
-If a file is in Excel format, it should contain two columns without headers: one for content and the other for tags, with the content column preceding the tags column. Multiple sheets are acceptable, provided the columns are properly structured.
+This chunk method supports XLSX and CSV/TXT file formats.
+If a file is in XLSX format, it should contain two columns without headers: one for content and the other for tags, with the content column preceding the tags column. Multiple sheets are acceptable, provided the columns are properly structured.
If a file is in CSV/TXT format, it must be UTF-8 encoded with TAB as the delimiter to separate content and tags.
In tags column, there're English comma between tags.
Lines of texts that fail to follow the above rules will be ignored, and each pair will be considered a distinct chunk. @@ -352,16 +352,16 @@ The above is the content you need to summarize.`, searchTags: 'Search tags', tagCloud: 'Cloud', tagTable: 'Table', - tagSet: 'Tag set', + tagSet: 'Tag sets', tagSetTip: ` -Selecting the 'Tag' knowledge bases helps to tag every chunks.
-Query to those chunks will also be with tags too.
-This procedure will improve precision of retrieval by adding more information to the dataset, especially when there's a large set of chunks. -Difference between tags and keywords:
+Select one or multiple tag knowledge bases to auto-tag chunks in your knowledge base.
+The user query will also be auto-tagged.
+This auto-tag feature enhances retrieval by adding another layer of domain-specific knowledge to the existing dataset. +Difference between auto-tag and auto-keyword:
- Metode potongan ini mendukung format file EXCEL dan CSV/TXT. + Metode potongan ini mendukung format file XLSX dan CSV/TXT.
Format file yang didukung adalah EXCEL dan CSV/TXT.
+ table: `
Format file yang didukung adalah XLSX dan CSV/TXT.
Berikut beberapa tips:
- このチャンク方法はEXCELおよびCSV/TXTファイル形式をサポートします。 + このチャンク方法はXLSXおよびCSV/TXTファイル形式をサポートします。
対応ファイル形式はEXCELおよびCSV/TXTです。
+ table: `
対応ファイル形式はXLSXおよびCSV/TXTです。
いくつかの前提条件とヒントはこちらです:
Os formatos de arquivo suportados são PDF, PPTX.
Cada página do slide é tratada como um fragmento, com sua imagem em miniatura armazenada.
Esse método de fragmentação é aplicado automaticamente a todos os arquivos PPT enviados, então não é necessário especificá-lo manualmente.
`, - qa: `Este método suporta arquivos nos formatos EXCEL e CSV/TXT.
-Este método suporta arquivos nos formatos XLSX e CSV/TXT.
+Linhas de texto que não seguirem essas regras serão ignoradas, e cada par de Pergunta & Resposta será tratado como um fragmento distinto.
`, useRaptor: 'Usar RAPTOR para melhorar a recuperação', diff --git a/web/src/locales/vi.ts b/web/src/locales/vi.ts index f2bb6a75d..aed38cf37 100644 --- a/web/src/locales/vi.ts +++ b/web/src/locales/vi.ts @@ -239,10 +239,10 @@ export default { Phương thức phân khối này được tự động áp dụng cho tất cả các tệp PPT được tải lên, do đó bạn không cần phải chỉ định thủ công.`, qa: `- Phương thức phân khối này hỗ trợ các định dạng tệp EXCEL và CSV/TXT. + Phương thức phân khối này hỗ trợ các định dạng tệp XLSX và CSV/TXT.
Các bản lý lịch với nhiều hình thức khác nhau được phân tích cú pháp và tổ chức thành dữ liệu có cấu trúc để hỗ trợ nhà tuyển dụng tìm kiếm ứng viên.
`, - table: `Các định dạng tệp được hỗ trợ là EXCEL và CSV/TXT.
+ table: `
Các định dạng tệp được hỗ trợ là XLSX và CSV/TXT.
Dưới đây là một số điều kiện tiên quyết và mẹo:
Cơ sở kiến thức sử dụng 'Tag' làm phương pháp phân đoạn được cho là sẽ được sử dụng bởi các cơ sở kiến thức khác để thêm thẻ vào các đoạn của chúng, các truy vấn tới đó cũng sẽ có thẻ.
Cơ sở kiến thức sử dụng 'Tag' làm phương pháp phân đoạn KHÔNG được dự định tham gia vào quy trình RAG.
Các đoạn trong cơ sở kiến thức này là ví dụ về thẻ, thể hiện toàn bộ tập hợp thẻ và mối quan hệ giữa đoạn và thẻ.
-Phương pháp phân đoạn này hỗ trợ định dạng tệp EXCEL và CSV/TXT.
-Nếu tệp ở định dạng Excel, nó phải chứa hai cột không có tiêu đề: một cho nội dung và một cho thẻ, với cột nội dung đứng trước cột thẻ. Nhiều trang tính được chấp nhận, miễn là các cột được cấu trúc đúng.
+Phương pháp phân đoạn này hỗ trợ định dạng tệp XLSX và CSV/TXT.
+Nếu tệp ở định dạng XLSX, nó phải chứa hai cột không có tiêu đề: một cho nội dung và một cho thẻ, với cột nội dung đứng trước cột thẻ. Nhiều trang tính được chấp nhận, miễn là các cột được cấu trúc đúng.
Nếu tệp ở định dạng CSV/TXT, nó phải được mã hóa UTF-8 với TAB làm dấu phân cách để phân tách nội dung và thẻ.
Trong cột thẻ, có dấu phẩy tiếng Anh giữa các thẻ.
Các dòng văn bản không tuân theo các quy tắc trên sẽ bị bỏ qua và mỗi cặp sẽ được coi là một đoạn riêng biệt.`, diff --git a/web/src/locales/zh-traditional.ts b/web/src/locales/zh-traditional.ts index c5df5a151..c544e079c 100644 --- a/web/src/locales/zh-traditional.ts +++ b/web/src/locales/zh-traditional.ts @@ -277,7 +277,7 @@ export default { 您只需與'ragflow'交談即可列出所有符合資格的候選人。 `, - table: `支持excel和csv/txt格式文件。
以下是一些提示:
以下是标题的一些示例:
XLSX和csv/txt格式文件。
以下是一些提示:
以下是标题的一些示例:
支持圖像文件。視頻即將推出。
如果圖片中有文字,則應用 OCR 提取文字作為其文字描述。 @@ -302,8 +302,8 @@ export default {
使用「標籤」作為分塊方法的知識庫不應該參與 RAG 過程。
本知識庫中的區塊是標籤的範例,展示了整個標籤集以及區塊與標籤之間的相關性。 -
此區塊方法支援EXCEL和CSV/TXT檔案格式。 -
如果檔案採用 Excel 格式,則應包含兩列,不含標題:一列用於內容,另一列用於標籤,內容列位於標籤列之前。只要列的結構正確,多張紙也是可以接受的。 +
此區塊方法支援XLSX和CSV/TXT檔案格式。 +
如果檔案採用 XLSX 格式,則應包含兩列,不含標題:一列用於內容,另一列用於標籤,內容列位於標籤列之前。只要列的結構正確,多張紙也是可以接受的。
如果檔案為CSV/TXT格式,則必須採用UTF-8編碼,並以TAB作為分隔符號來分隔內容和標籤。
標籤欄中,標籤之間有英文逗號。 不符合上述規則的文字行將被忽略,並且每一對將被視為一個不同的區塊。 diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index 293221544..c64a77fcd 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -278,7 +278,7 @@ export default { 您只需与'RAGFlow'交谈即可列出所有符合资格的候选人。
`, - table: `支持EXCEL和CSV/TXT格式文件。
+ table: `支持
XLSX和CSV/TXT格式文件。
以下是一些提示:
使用“标签”作为分块方法的知识库不应该参与 RAG 过程。
此知识库中的块是标签的示例,它们演示了整个标签集以及块和标签之间的相关性。
-此块方法支持EXCEL和CSV/TXT文件格式。
-如果文件为Excel格式,则它应该包含两列无标题:一列用于内容,另一列用于标签,内容列位于标签列之前。可以接受多个工作表,只要列结构正确即可。
+此块方法支持XLSX和CSV/TXT文件格式。
+如果文件为XLSX格式,则它应该包含两列无标题:一列用于内容,另一列用于标签,内容列位于标签列之前。可以接受多个工作表,只要列结构正确即可。
如果文件为 CSV/TXT 格式,则必须使用 UTF-8 编码并以 TAB 作为分隔符来分隔内容和标签。
在标签列中,标签之间使用英文 逗号。
不符合上述规则的文本行将被忽略,并且每对文本将被视为一个不同的块。