Why is there no stream_events
method on CompiledGraphs?
#1364
Unanswered
mschoenb97IL
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.
-
I need to stream tokens for consumption outside of my graph, and right now the only way that I can do this (to my knowledge) is with
astream_events
. However, token-level streaming is of course not a fundamentally async process, as illustrated here: https://python.langchain.com/v0.1/docs/modules/callbacks/custom_callbacks/. Is there a reasonstream_events
is not supported?Beta Was this translation helpful? Give feedback.
All reactions