Feedback loop for chat models #1024
-
Is there some kind of feedback loop which I can use in my flowise model ? I have implemented a model with my pinecone retreiver, memory buffer, openai chat model and chat retreiver agent. I want to introduce a feedback loop so that when the chatbot produces an incorrect response, I correct it and then the chatbot must learn it and respond to all future relevant prompts with the correct data. Memory buffer will store it but only for the current chat session and I want something permanent here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
you can use 3rd party memory node like Zep, DynamoDB, Redis to store the chat messages - https://docs.flowiseai.com/memory/zep-memory |
Beta Was this translation helpful? Give feedback.
there was a bug, but it was fixed - #1025 , can you update to latest version?