Docs: User-level memory is supported in v0.25.0 (#14259)

### What problem does this PR solve?

v0.25.0 supports linking User ID with conversations.

### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2026-04-21 18:59:00 +08:00
committed by GitHub
parent b439f8a74d
commit 779deadf76
2 changed files with 13 additions and 5 deletions

View File

@@ -30,4 +30,12 @@ Click **+ Add message** to add message options. When multiple messages are suppl
Save the conversation to specified memories. Expand the dropdown list to either select all available memories or specified memories:
![](https://raw.githubusercontent.com/infiniflow/ragflow-docs/main/images/save_to_memory.png)
![](https://raw.githubusercontent.com/infiniflow/ragflow-docs/main/images/save_to_memory.png)
### User ID
Enabled by default, indicates whether to link the conversations with the agent app via a user ID. Once activated, you can target specific memories associated with that ID during retrieval.
:::tip NOTE
RAGFlow allows multiple users to share memory. This feature is therefore associated with **Save to memory**.
:::