You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/develop/mcp/launch_mcp_server.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Where:
60
60
61
61
### Transports
62
62
63
-
The RAGFlow MCP server supports two transports: the legacy SSE transport (served at `/sse`), introduced on November 5, 2024 and deprecated on March 26, 2025, and the streamable-HTTP transport (served at `/mcp`). The legacy SSE transport and the streamable HTTP transport with JSON responses are enabled by default. To disable either transport, use the flags `--no-transport-sse-enabled` or `--no-transport-streamable-http-enabled`. To disable JSON responses for the streamable HTTP transport, use the `--no-json-response` flag.
63
+
The RAGFlow MCP server supports two transports: the legacy SSE transport (served at `/sse`), introduced on November 5, 2024, and deprecated on March 26, 2025, and the streamable-HTTP transport (served at `/mcp`). The legacy SSE transport and the streamable HTTP transport with JSON responses are enabled by default. To disable either transport, use the flags `--no-transport-sse-enabled` or `--no-transport-streamable-http-enabled`. To disable JSON responses for the streamable HTTP transport, use the `--no-json-response` flag.
Ignore this warning and continue. All system warnings can be ignored.
199
199
@@ -413,7 +413,7 @@ See [here](./guides/models/deploy_local_llm.mdx) for more information.
413
413
414
414
For a locally deployed RAGFlow: the total file size limit per upload is 1GB, with a batch upload limit of 32 files. There is no cap on the total number of files per account. To update this 1GB file size limit:
415
415
416
-
- In **docker/.env**, upcomment`# MAX_CONTENT_LENGTH=1073741824`, adjust the value as needed, and note that `1073741824` represents 1GB in bytes.
416
+
- In **docker/.env**, uncomment`# MAX_CONTENT_LENGTH=1073741824`, adjust the value as needed, and note that `1073741824` represents 1GB in bytes.
417
417
- If you update the value of `MAX_CONTENT_LENGTH` in **docker/.env**, ensure that you update `client_max_body_size` in **nginx/nginx.conf** accordingly.
Copy file name to clipboardExpand all lines: docs/guides/accessing_admin_ui.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The service status page displays of all services within the RAGFlow system.
24
24
-**Search**: Use the search bar to quickly find services by **Name** or **Service Type**.
25
25
-**Actions** (hover over a row to see action buttons):
26
26
-**Extra Info**: Display additional configuration information of a service in a dialog.
27
-
-**Service Details**: Display detailed status information of a service in a dialog. According to services's type, a service's status information could be displayed as a plain text, a key-value data list, a data table or a bar chart.
27
+
-**Service Details**: Display detailed status information of a service in a dialog. According to service's type, a service's status information could be displayed as a plain text, a key-value data list, a data table or a bar chart.
Copy file name to clipboardExpand all lines: docs/guides/agent/agent_component_reference/agent.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The **+ Add tools** and **+ Add agent** sections are used *only* when you need t
59
59
60
60
### 6. Choose the next component
61
61
62
-
When necessary, click the **+** button on the **Agent** component to choose the next component in the worflow from the dropdown list.
62
+
When necessary, click the **+** button on the **Agent** component to choose the next component in the workflow from the dropdown list.
63
63
64
64
## Connect to an MCP server as a client
65
65
@@ -97,7 +97,7 @@ Update your MCP server's name, URL (including the API key), server type, and oth
97
97
98
98
To ensure reliable tool calls, you may specify within the system prompt which tasks should trigger each tool call.
99
99
100
-
### 6. View the availabe tools of your MCP server
100
+
### 6. View the available tools of your MCP server
101
101
102
102
On the canvas, click the newly-populated Tavily server to view and select its available tools:
103
103
@@ -113,7 +113,7 @@ Click the dropdown menu of **Model** to show the model configuration window.
113
113
-**Model**: The chat model to use.
114
114
- Ensure you set the chat model correctly on the **Model providers** page.
115
115
- You can use different models for different components to increase flexibility or improve overall performance.
116
-
-**Creavity**: A shortcut to **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty** settings, indicating the freedom level of the model. From **Improvise**, **Precise**, to **Balance**, each preset configuration corresponds to a unique combination of **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty**.
116
+
-**Creativity**: A shortcut to **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty** settings, indicating the freedom level of the model. From **Improvise**, **Precise**, to **Balance**, each preset configuration corresponds to a unique combination of **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty**.
117
117
This parameter has three options:
118
118
-**Improvise**: Produces more creative responses.
119
119
-**Precise**: (Default) Produces more conservative responses.
@@ -137,7 +137,7 @@ Click the dropdown menu of **Model** to show the model configuration window.
137
137
138
138
:::tip NOTE
139
139
- It is not necessary to stick with the same model for all components. If a specific model is not performing well for a particular task, consider using a different one.
140
-
- If you are uncertain about the mechanism behind **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty**, simply choose one of the three options of **Creavity**.
140
+
- If you are uncertain about the mechanism behind **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty**, simply choose one of the three options of **Creativity**.
Copy file name to clipboardExpand all lines: docs/guides/agent/agent_component_reference/categorize.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Click the dropdown menu of **Model** to show the model configuration window.
42
42
-**Model**: The chat model to use.
43
43
- Ensure you set the chat model correctly on the **Model providers** page.
44
44
- You can use different models for different components to increase flexibility or improve overall performance.
45
-
-**Creavity**: A shortcut to **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty** settings, indicating the freedom level of the model. From **Improvise**, **Precise**, to **Balance**, each preset configuration corresponds to a unique combination of **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty**.
45
+
-**Creativity**: A shortcut to **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty** settings, indicating the freedom level of the model. From **Improvise**, **Precise**, to **Balance**, each preset configuration corresponds to a unique combination of **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty**.
46
46
This parameter has three options:
47
47
-**Improvise**: Produces more creative responses.
48
48
-**Precise**: (Default) Produces more conservative responses.
@@ -66,7 +66,7 @@ Click the dropdown menu of **Model** to show the model configuration window.
66
66
67
67
:::tip NOTE
68
68
- It is not necessary to stick with the same model for all components. If a specific model is not performing well for a particular task, consider using a different one.
69
-
- If you are uncertain about the mechanism behind **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty**, simply choose one of the three options of **Creavity**.
69
+
- If you are uncertain about the mechanism behind **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty**, simply choose one of the three options of **Creativity**.
Copy file name to clipboardExpand all lines: docs/guides/agent/agent_component_reference/code.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ pandas
163
163
requests
164
164
openpyxl # here it is
165
165
166
-
(ragflow) ➜ ragflow/sandbox main ✗ make # rebuild the docker image, this command will rebuild the iamge and start the service immediately. To build image only, using `make build` instead.
166
+
(ragflow) ➜ ragflow/sandbox main ✗ make # rebuild the docker image, this command will rebuild the image and start the service immediately. To build image only, using `make build` instead.
167
167
168
168
(ragflow) ➜ ragflow/sandbox main ✗ docker exec -it sandbox_python_0 /bin/bash # entering container to check if the package is installed
169
169
@@ -189,7 +189,7 @@ To import your JavaScript packages, navigate to `sandbox_base_image/nodejs` and
189
189
190
190
(ragflow) ➜ ragflow/sandbox/sandbox_base_image/nodejs main ✓ cd ../.. # go back to sandbox root directory
191
191
192
-
(ragflow) ➜ ragflow/sandbox main ✗ make # rebuild the docker image, this command will rebuild the iamge and start the service immediately. To build image only, using `make build` instead.
192
+
(ragflow) ➜ ragflow/sandbox main ✗ make # rebuild the docker image, this command will rebuild the image and start the service immediately. To build image only, using `make build` instead.
193
193
194
194
(ragflow) ➜ ragflow/sandbox main ✗ docker exec -it sandbox_nodejs_0 /bin/bash # entering container to check if the package is installed
Copy file name to clipboardExpand all lines: docs/guides/agent/agent_component_reference/parser.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A component that sets the parsing rules for your dataset.
9
9
10
10
---
11
11
12
-
A **Parser** component is auto-populated on the ingestion pipeline canvas and required in all ingestion pipeline workflows. Just like the **Extract** stage in the traditional ETL process, a **Parser** component in an ingestion pipeline defines how various file types are parsed into structured data. Click the component to display its configuration panel. In this configuration panel, you set the parsing rules for various file types.
12
+
A **Parser** component is autopopulated on the ingestion pipeline canvas and required in all ingestion pipeline workflows. Just like the **Extract** stage in the traditional ETL process, a **Parser** component in an ingestion pipeline defines how various file types are parsed into structured data. Click the component to display its configuration panel. In this configuration panel, you set the parsing rules for various file types.
13
13
14
14
## Configurations
15
15
@@ -39,7 +39,7 @@ The output of a PDF parser is `json`. In the PDF parser, you select the parsing
39
39
-[Docling](https://github.com/docling-project/docling): (Experimental) An open-source document processing tool for gen AI.
40
40
- A third-party visual model from a specific model provider.
41
41
42
-
:::danger IMPORTANG
42
+
:::danger IMPORTANT
43
43
MinerU PDF document parsing is available starting from v0.22.0. RAGFlow supports MinerU (>= 2.6.3) as an optional PDF parser with multiple backends. RAGFlow acts only as a client for MinerU, calling it to parse documents, reading the output files, and ingesting the parsed content. To use this feature, follow these steps:
Copy file name to clipboardExpand all lines: docs/guides/agent/agent_component_reference/transformer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Click the dropdown menu of **Model** to show the model configuration window.
24
24
-**Model**: The chat model to use.
25
25
- Ensure you set the chat model correctly on the **Model providers** page.
26
26
- You can use different models for different components to increase flexibility or improve overall performance.
27
-
-**Creavity**: A shortcut to **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty** settings, indicating the freedom level of the model. From **Improvise**, **Precise**, to **Balance**, each preset configuration corresponds to a unique combination of **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty**.
27
+
-**Creativity**: A shortcut to **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty** settings, indicating the freedom level of the model. From **Improvise**, **Precise**, to **Balance**, each preset configuration corresponds to a unique combination of **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty**.
28
28
This parameter has three options:
29
29
-**Improvise**: Produces more creative responses.
30
30
-**Precise**: (Default) Produces more conservative responses.
0 commit comments