Skip to content

Commit be31c76

Browse files
committed
Fix typos
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
1 parent 20b6daf commit be31c76

21 files changed

+34
-34
lines changed

docs/develop/mcp/launch_mcp_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Where:
6060

6161
### Transports
6262

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.
6464

6565
### Launch from Docker
6666

docs/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ This error suggests that you do not have Internet access or are unable to connec
193193

194194
---
195195

196-
### `WARNING: can't find /raglof/rag/res/borker.tm`
196+
### `WARNING: can't find /ragflow/rag/res/borker.tm`
197197

198198
Ignore this warning and continue. All system warnings can be ignored.
199199

@@ -413,7 +413,7 @@ See [here](./guides/models/deploy_local_llm.mdx) for more information.
413413

414414
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:
415415

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.
417417
- 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.
418418

419419
:::tip NOTE

docs/guides/accessing_admin_ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The service status page displays of all services within the RAGFlow system.
2424
- **Search**: Use the search bar to quickly find services by **Name** or **Service Type**.
2525
- **Actions** (hover over a row to see action buttons):
2626
- **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.
2828

2929

3030
### User management

docs/guides/agent/agent_component_reference/agent.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The **+ Add tools** and **+ Add agent** sections are used *only* when you need t
5959

6060
### 6. Choose the next component
6161

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.
6363

6464
## Connect to an MCP server as a client
6565

@@ -97,7 +97,7 @@ Update your MCP server's name, URL (including the API key), server type, and oth
9797

9898
To ensure reliable tool calls, you may specify within the system prompt which tasks should trigger each tool call.
9999

100-
### 6. View the availabe tools of your MCP server
100+
### 6. View the available tools of your MCP server
101101

102102
On the canvas, click the newly-populated Tavily server to view and select its available tools:
103103

@@ -113,7 +113,7 @@ Click the dropdown menu of **Model** to show the model configuration window.
113113
- **Model**: The chat model to use.
114114
- Ensure you set the chat model correctly on the **Model providers** page.
115115
- 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**.
117117
This parameter has three options:
118118
- **Improvise**: Produces more creative responses.
119119
- **Precise**: (Default) Produces more conservative responses.
@@ -137,7 +137,7 @@ Click the dropdown menu of **Model** to show the model configuration window.
137137

138138
:::tip NOTE
139139
- 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**.
141141
:::
142142

143143
### System prompt

docs/guides/agent/agent_component_reference/categorize.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Click the dropdown menu of **Model** to show the model configuration window.
4242
- **Model**: The chat model to use.
4343
- Ensure you set the chat model correctly on the **Model providers** page.
4444
- 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**.
4646
This parameter has three options:
4747
- **Improvise**: Produces more creative responses.
4848
- **Precise**: (Default) Produces more conservative responses.
@@ -66,7 +66,7 @@ Click the dropdown menu of **Model** to show the model configuration window.
6666

6767
:::tip NOTE
6868
- 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**.
7070
:::
7171

7272
### Message window size

docs/guides/agent/agent_component_reference/code.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pandas
163163
requests
164164
openpyxl # here it is
165165

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.
167167

168168
(ragflow) ➜ ragflow/sandbox main ✗ docker exec -it sandbox_python_0 /bin/bash # entering container to check if the package is installed
169169

@@ -189,7 +189,7 @@ To import your JavaScript packages, navigate to `sandbox_base_image/nodejs` and
189189

190190
(ragflow) ➜ ragflow/sandbox/sandbox_base_image/nodejs main ✓ cd ../.. # go back to sandbox root directory
191191

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.
193193

194194
(ragflow) ➜ ragflow/sandbox main ✗ docker exec -it sandbox_nodejs_0 /bin/bash # entering container to check if the package is installed
195195

docs/guides/agent/agent_component_reference/execute_sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ For dynamic SQL queries, you can include variables in your SQL queries, such as
4040

4141
### Database type
4242

43-
The supported database type. Currently the following database types are available:
43+
The supported database type. Currently, the following database types are available:
4444

4545
- MySQL
46-
- PostreSQL
46+
- PostgreSQL
4747
- MariaDB
48-
- Microsoft SQL Server (Myssql)
48+
- Microsoft SQL Server (Mssql)
4949

5050
### Database
5151

docs/guides/agent/agent_component_reference/parser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A component that sets the parsing rules for your dataset.
99

1010
---
1111

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.
1313

1414
## Configurations
1515

@@ -39,7 +39,7 @@ The output of a PDF parser is `json`. In the PDF parser, you select the parsing
3939
- [Docling](https://github.com/docling-project/docling): (Experimental) An open-source document processing tool for gen AI.
4040
- A third-party visual model from a specific model provider.
4141

42-
:::danger IMPORTANG
42+
:::danger IMPORTANT
4343
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:
4444

4545
1. Prepare MinerU:

docs/guides/agent/agent_component_reference/retrieval.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Click the **Run** button on the top of canvas to test the retrieval results.
6161

6262
### 7. Choose the next component
6363

64-
When necessary, click the **+** button on the **Retrieval** component to choose the next component in the worflow from the dropdown list.
64+
When necessary, click the **+** button on the **Retrieval** component to choose the next component in the workflow from the dropdown list.
6565

6666

6767
## Configurations

docs/guides/agent/agent_component_reference/transformer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Click the dropdown menu of **Model** to show the model configuration window.
2424
- **Model**: The chat model to use.
2525
- Ensure you set the chat model correctly on the **Model providers** page.
2626
- 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**.
2828
This parameter has three options:
2929
- **Improvise**: Produces more creative responses.
3030
- **Precise**: (Default) Produces more conservative responses.

0 commit comments

Comments
 (0)