How to Implement Persistent Summarized Chat History in PromptFlow? #3519
-
Hello, I am interested in exploring advanced memory management techniques in chat mode (Conversation Summary). Currently, I am looking for a way to modify Is it possible to achieve this with the current version of the library? If not, is there an alternative approach to implement this feature? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @lucaordronneau , currently we don't have such feature. A workaround would be use LangChain's ConversationSummaryBufferMemory and wrap it into a flex flow. We have a sample on how to use LangChain in prompt flow: https://github.com/microsoft/promptflow/tree/main/examples/flex-flows/eval-criteria-with-langchain |
Beta Was this translation helpful? Give feedback.
Hi @lucaordronneau , currently we don't have such feature. A workaround would be use LangChain's ConversationSummaryBufferMemory and wrap it into a flex flow. We have a sample on how to use LangChain in prompt flow: https://github.com/microsoft/promptflow/tree/main/examples/flex-flows/eval-criteria-with-langchain