Error with async redis checkpointer #5655
Unanswered
abigailrb03
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use
AsyncRedisSaver
in my project to implement short term memory. I previously implementedInMemoryStore
successfully as a checkpointer, however I wanted to switch to Redis. I'm using the async implementation as I have a fairly large graph that has several async calls. I went through my code to see if anything is missing an async call (the coroutine error seems to suggest that I'm missing anawait
orasync
but haven't found anything). It's very similar to the issue discussed here but with redis.The relevant portion of my setup is below:
class Db2IcWorkflow(BaseAgent):
Stack trace:
Beta Was this translation helpful? Give feedback.
All reactions