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. ``` -| Provider | Chat | Embedding | Rerank | Img2txt | Sequence2txt | TTS | +| Provider | Chat | Embedding | Rerank | Img2txt | Speech2txt | TTS | | --------------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | | Anthropic | :heavy_check_mark: | | | | | | | Azure-OpenAI | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: | | diff --git a/docs/release_notes.md b/docs/release_notes.md index edf198fb3..746ca38b3 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -15,9 +15,9 @@ Released on February 6, 2025. - Supports DeepSeek R1 and DeepSeek V3. - GraphRAG refactor: Knowledge graph is dynamically built on an entire knowledge base (dataset) rather than on an individual file, and automatically updated when a newly uploaded file starts parsing. See [here](https://ragflow.io/docs/dev/construct_knowledge_graph). -- Adds an **Iteration** agent component and a **Research report generator** agent template. See [here](https://ragflow.io/docs/dev/iteration_component). +- Adds an **Iteration** agent component and a **Research report generator** agent template. See [here](./references/agent_component_reference/iteration.mdx). - New UI language: Portuguese. -- Allows setting metadata for a specific file in a knowledge base to enhance AI-powered chats. See [here](https://ragflow.io/docs/dev/set_metada). +- Allows setting metadata for a specific file in a knowledge base to enhance AI-powered chats. See [here](./guides/configure_knowledge_base/set_metadata.md). - Upgrades RAGFlow's document engine [Infinity](https://github.com/infiniflow/infinity) to v0.6.0.dev3. - Supports GPU acceleration for DeepDoc (see [docker-compose-gpu.yml](https://github.com/infiniflow/ragflow/blob/main/docker/docker-compose-gpu.yml)). - Supports creating and referencing a **Tag** knowledge base as a key milestone towards bridging the semantic gap between query and response. @@ -30,22 +30,21 @@ The **Tag knowledge base** feature is *unavailable* on the [Infinity](https://gi #### Added documents -- [Construct knowledge graph](https://ragflow.io/docs/dev/construct_knowledge_graph) -- [Set metadata](https://ragflow.io/docs/dev/set_metada) -- [Begin component](https://ragflow.io/docs/dev/begin_component) -- [Generate component](https://ragflow.io/docs/dev/generate_component) -- [Interact component](https://ragflow.io/docs/dev/interact_component) -- [Retrieval component](https://ragflow.io/docs/dev/retrieval_component) -- [Categorize component](https://ragflow.io/docs/dev/categorize_component) -- [Keyword component](https://ragflow.io/docs/dev/keyword_component) -- [Message component](https://ragflow.io/docs/dev/message_component) -- [Rewrite component](https://ragflow.io/docs/dev/rewrite_component) -- [Switch component](https://ragflow.io/docs/dev/switch_component) -- [Concentrator component](https://ragflow.io/docs/dev/concentrator_component) -- [Template component](https://ragflow.io/docs/dev/template_component) -- [Iteration component](https://ragflow.io/docs/dev/iteration_component) -- [Note component](https://ragflow.io/docs/dev/note_component) - +- [Construct knowledge graph](./guides/configure_knowledge_base/construct_knowledge_graph.md) +- [Set metadata](./guides/configure_knowledge_base/set_metadata.md) +- [Begin component](./references/agent_component_reference/begin.mdx) +- [Generate component](./references/agent_component_reference/generate.mdx) +- [Interact component](./references/agent_component_reference/interact.mdx) +- [Retrieval component](./references/agent_component_reference/retrieval.mdx) +- [Categorize component](./references/agent_component_reference/categorize.mdx) +- [Keyword component](./references/agent_component_reference/keyword.mdx) +- [Message component](./references/agent_component_reference/message.mdx) +- [Rewrite component](./references/agent_component_reference/rewrite.mdx) +- [Switch component](./references/agent_component_reference/switch.mdx) +- [Concentrator component](./references/agent_component_reference/concentrator.mdx) +- [Template component](./references/agent_component_reference/template.mdx) +- [Iteration component](./references/agent_component_reference/iteration.mdx) +- [Note component](./references/agent_component_reference/note.mdx) ## v0.15.1 diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index 6e98370cd..af0e31b5b 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -258,10 +258,10 @@ export default { This chunk method is automatically applied to all uploaded PPT files, so you do not need to specify it manually.

`, qa: `

- This chunk method supports EXCEL and CSV/TXT file formats. + This chunk method supports XLSX and CSV/TXT file formats.

  • - If a file is in Excel format, it should contain two columns + If a file is in XLSX format, it should contain two columns without headers: one for questions and the other for answers, with the question column preceding the answer column. Multiple sheets are acceptable, provided the columns are properly structured. @@ -281,7 +281,7 @@ export default { Résumés of various forms are parsed and organized into structured data to facilitate candidate search for recruiters.

    `, - table: `

    Supported file formats are EXCEL and CSV/TXT.

    + table: `

    Supported file formats are XLSX and CSV/TXT.

    Here're some prerequisites and tips: