Memory Stores are persistent storage for agent memories, allowing your agents to maintain context and recall information across conversations. Each Memory Store contains Entities holding Memories.Documentation Index
Fetch the complete documentation index at: https://docs.orq.ai/llms.txt
Use this file to discover all available pages before exploring further.
Creating a Memory Store
Head to a Project, use the button

Creating an Entity
To create an Entity choose Add Entity, enter an ID for the Entity and press Save.
Viewing Memories
Memories are the information stored about the previously created entity. Each Memory holds the date at which the memory was recorded.
Adding a Memory Document
Use Add Memory to manually add a new Memory Document in an Entity. Fill in the content and save using the Add Memory button.Memories are best used dynamically through our API, to learn more, see Memory Stores via the API.