Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoiding wrong results in conversationl-ReACT-description bot with zep long term memory #212

Closed
axen2u opened this issue Oct 4, 2023 · 1 comment

Comments

@axen2u
Copy link

axen2u commented Oct 4, 2023

I'm creating a langchain chatbot (Conversationl-ReACT-description) with zep long term memory and that bot has access to real-time data. How do I prevent use the memory when same query asked again few minutes later? The problem is when a tool produced an error or irrelevant result memory will give it agian and agian. Is there any workaround for that?

@danielchalef
Copy link
Member

danielchalef commented Oct 6, 2023

You'll want to think through how to separate your agent's task planning and execution from output. i.e. only store output and interactions with the user in Zep.

I suggest asking the LangChain Discord community for assistance if you get stuck.

@danielchalef danielchalef closed this as not planned Won't fix, can't repro, duplicate, stale Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants