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:
parent
13f79e58b4
commit
d0c3ed165e
2 changed files with 3 additions and 3 deletions
|
|
@ -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**.
|
||||
|
||||
|
||||

|
||||
|
|
@ -45,7 +45,7 @@ The **Chat Memory** component also retrieves message histories by `Session ID`,
|
|||
|
||||

|
||||
|
||||
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** > **Messages**.
|
||||
|
||||
|
|
|
|||
BIN
docs/static/img/logs.png
vendored
BIN
docs/static/img/logs.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 668 KiB After Width: | Height: | Size: 531 KiB |
Loading…
Add table
Add a link
Reference in a new issue