Skip to content

Commit 1c649d2

Browse files
infinityCuratorRAGFlow Curator
and
RAGFlow Curator
authored
Synchronize documentation. (#302)
Co-authored-by: RAGFlow Curator <infinitydocs.curator@users.noreply.github.com>
1 parent a8b2b0c commit 1c649d2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

website/docs/configurations.md

+6
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ If you cannot download the RAGFlow Docker image, try the following mirrors.
132132
- `MACOS`
133133
Optimizations for macOS. It is disabled by default. You can uncomment this line if your OS is macOS.
134134

135+
### User registration
136+
137+
- `REGISTER_ENABLED`
138+
- `1`: (Default) Enable user registration.
139+
- `0`: Disable user registration.
140+
135141
## Service configuration
136142

137143
[service_conf.yaml.template](https://github.com/infiniflow/ragflow/blob/main/docker/service_conf.yaml.template) specifies the system-level configuration for RAGFlow and is used by its API server and task executor.

website/docs/release_notes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Released on April 23, 2025.
1818
- Agent version control: all updates are continuously logged and can be rolled back to a previous version via export.
1919
- Team collaboration: Agents can be shared with team members.
2020
- OpenAI-compatible APIs: Agents can be called via OpenAI-compatible APIs.
21-
- User registration control: administrators can enable or disable user registration through an environment variable.
21+
- User registration control: administrators can enable or disable user registration through an environment variable. See `REGISTER_ENABLED` in **/docker/.env**.
2222

2323
### Improvements
2424

@@ -31,6 +31,7 @@ Released on April 23, 2025.
3131

3232
- [Set page rank](./guides/dataset/set_page_rank.md)
3333
- [Enable RAPTOR](./guides/dataset/enable_raptor.md)
34+
- [Set variables for your chat assistant](./guides/chat/set_chat_variables.md)
3435
- [RAGFlow MCP server overview](./develop/mcp.md)
3536

3637
## v0.17.2

0 commit comments

Comments
 (0)