docs: update guide for chat memory (#4703)

docs: Update guide for chat memory

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
This commit is contained in:
anovazzi1 2024-11-21 15:59:29 -03:00 committed by GitHub
commit d0c3ed165e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ slug: /guides-chat-memory
Langflow allows every chat message to be stored, and a single flow can have multiple memory sessions. This enables you to create separate _memories_ for agents to store and recall information as needed.
Langflow allows every chat message to be stored, and a single flow can have multiple memory sessions. This enables you to create separate _memories_ for agents to store and recall information as needed.
In any project, as long as there are [**Chat**](/components-io) being used, memories are always being stored by default. These are messages from a user to the AI or vice-versa.
@ -26,7 +26,7 @@ Memories can be visualized and managed directly from the **Playground**. You can
Modifying these memories will influence the behavior of the chatbot responses, as long as an agent uses them. Here you have the ability to remove or edit previous messages, allowing them to manipulate and explore how these changes affect model responses.
To modify chat memories, click your **Flow Name**, and then click **Logs**.
To modify chat memories, from the playground, click the **Options** menu of any session, and then select **Message Logs**.
![](/img/logs.png)
@ -45,7 +45,7 @@ The **Chat Memory** component also retrieves message histories by `Session ID`,
![](/img/chat-input-controls-pane.png)
By default, if the `Session ID` value is empty, it is set to match the the same value as the `Flow ID`.
By default, if the `Session ID` value is empty, it is set to the same value as `Flow ID`.
You can also display all messages stored across every flow and session by going to **Settings** &gt; **Messages**.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 668 KiB

After

Width:  |  Height:  |  Size: 531 KiB

Before After
Before After