mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
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:
@@ -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:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
### 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**.
|
||||
:::
|
||||
@@ -78,12 +78,12 @@ The **Retrieval** component relies on query variables to specify its queries. Al
|
||||
|
||||
### Retrieval from
|
||||
|
||||
Select the dataset(s) and memory to retrieve data from.
|
||||
Select the dataset(s) or memory to retrieve data from.
|
||||
|
||||
- If no dataset is selected, meaning conversations with the agent will not be based on any dataset, ensure that the **Empty response** field is left blank to avoid an error.
|
||||
- If you select multiple datasets, you must ensure that the datasets you select use the same embedding model; otherwise, an error message would occur.
|
||||
|
||||

|
||||
- If you select **Memory**, configure either of the following:
|
||||
- **Memory**: Retrieve from specific existing memories.
|
||||
- **User ID**: Retrieve from conversations associated with a User ID. See [User ID](./message.md#user-id) for further details.
|
||||
|
||||
### Similarity threshold
|
||||
|
||||
|
||||
Reference in New Issue
Block a user