Long Term Memory
Last updated
Was this helpful?
Last updated
Was this helpful?
Long Term Memory in LangFlux refers to memory nodes that are capable of persisting past conversations, that can be later retrieved to resume the conversation. This allows the conversations for different users to be isolated.
There are 5 short term memory nodes in LangFlux:
DynamoDB Chat Memory
Motorhead Memory
Upstash Chat Memory
By default, UI and Embedded Chat will automatically separate different users conversations. This is done by generating a unique chatId
for each new interaction. That logic is handled under the hood by LangFlux.
You can separate the conversations for multiple users by specifying a unique sessionId
Use one of the long term memory nodes on LangFlux. Make sure the node has the input parameter Session ID
In the /api/v1/prediction/{your-chatflowid}
POST body request, specify the sessionId
in overrideConfig
GET /api/v1/chatmessage/{your-chatflowid}
DELETE /api/v1/chatmessage/{your-chatflowid}
sessionId
string
sort
enum
ASC or DESC
startDate
string
endDate
string
All conversations can be visualized and managed from UI as well: