mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Docs: miscellaneous editorial updates (#8731)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -29,7 +29,7 @@ An opening greeting is the agent's first message to the user. It can be a welcom
|
||||
|
||||
### Global variables
|
||||
|
||||
You can set global variables within the **Begin** component, which can be either required or optional. Once established, users will need to provide values for these variables when interacting or chatting with the agent. Click **+ Add variable** to add a global variable, each with the following attributes:
|
||||
You can define global variables within the **Begin** component, which can be either mandatory or optional. Once set, users will need to provide values for these variables when engaging with the agent. Click **+ Add variable** to add a global variable, each with the following attributes:
|
||||
|
||||
- **Key**: _Required_
|
||||
The unique variable name.
|
||||
|
||||
@ -153,7 +153,7 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
|
||||
This change will be reset after you restart Docker. If you forget to update the value the next time you start up the server, you may get a `Can't connect to ES cluster` exception.
|
||||
:::
|
||||
|
||||
1.2. If you do not wish to have to run those commands each time you restart Docker, you can update your `%USERPROFILE%.wslconfig` as follows to keep your change permanent and globally for all WSL distributions:
|
||||
1.2. If you prefer not to run those commands every time you restart Docker, you can update your `%USERPROFILE%.wslconfig` as follows to keep your change permanent and global for all WSL distributions:
|
||||
|
||||
```bash
|
||||
[wsl2]
|
||||
|
||||
Reference in New Issue
Block a user