Docs: Added share memory (#12647)

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2026-01-15 17:21:36 +08:00
committed by GitHub
parent 2ea8dddef6
commit 2167e3a3c0
3 changed files with 40 additions and 1 deletions

View File

@ -0,0 +1,11 @@
{
"label": "Memory",
"position": 10,
"link": {
"type": "generated-index",
"description": "Guides on using Memory."
},
"customProps": {
"categoryIcon": "LucideBox"
}
}

View File

@ -38,7 +38,7 @@ When the Memory reaches its storage limit and the automatic forgetting policy is
## Enhance Agent context
Under **Retrieval** and **Message** component settings, a new Memory invocation capability is available. In the Message component, users can configure the Agent to write selected data into a designated Memory, while the Retrieval component can be set to read from that same Memory to answer future queries. This enables a simple Q&A bot Agent to accumulate context over time and respond with richer, memory-aware answers.
Under [Retrieval](../agent/agent_component_reference/retrieval.mdx) and [Message](../agent/agent_component_reference/message.mdx) component settings, a new Memory invocation capability is available. In the Message component, users can configure the Agent to write selected data into a designated Memory, while the Retrieval component can be set to read from that same Memory to answer future queries. This enables a simple Q&A bot Agent to accumulate context over time and respond with richer, memory-aware answers.
### Retrieve from memory
@ -54,5 +54,12 @@ At the same time you have finished **Retrieval** component settings, select the
![](https://raw.githubusercontent.com/infiniflow/ragflow-docs/main/images/save_to_memory.png)
## Frequently asked questions
### Can I share my memory?
Yes, you can. Your memory can be shared between Agents. If you wish to share your memory with your team members, please ensure you have configured its team permissions. See [Share memory](../team/share_memory.md) for details.

View File

@ -0,0 +1,21 @@
---
sidebar_position: 9
slug: /share_memory
sidebar_custom_props: {
categoryIcon: LucideShare2
}
---
# Share memory
Share a memory with your team members.
---
When ready, you may share your memory with your team members so that they can use it. Please note that your memories are not shared automatically; you must manually enable sharing by selecting the corresponding **Permissions** radio button:
1. Click the intended memory to open its editing canvas.
2. Click **Configurations**.
3. Change **Permissions** from **Only me** to **Team**.
4. Click **Save** to apply your changes.
*When completed, your team members will see your shared memories.*