mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 07:36:46 +08:00
Docs: Added share memory (#12647)
### Type of change - [x] Documentation Update
This commit is contained in:
11
docs/guides/memory/_category_.json
Normal file
11
docs/guides/memory/_category_.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"label": "Memory",
|
||||
"position": 10,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Guides on using Memory."
|
||||
},
|
||||
"customProps": {
|
||||
"categoryIcon": "LucideBox"
|
||||
}
|
||||
}
|
||||
@ -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
|
||||

|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user