Find answers from the community

Updated 6 months ago

I m getting this error even though I

At a glance

The community member is experiencing an error despite setting streaming to True when creating the query engine. Another community member suggests that the error disappeared after setting streaming to True inside the graph.as_query_engine() function, as opposed to just putting it inside custom_query_engines. A third community member acknowledges that the composable graph is a bit "janky" and in the "tech-debt/deprecation zone".

I'm getting this error even though I have streaming set to True when creating the query engine. Why is this?
Attachment
image.png
L
J
3 comments
What does your code look like?
The error disappeared after setting streaming to True inside the graph.as_query_engine() function. I had previously just put it inside custom_query_engines which I thought would have been sufficient as custom_query_engines is an argument in graph.as_query_engine().
Yea our compoasable graph is a little janky. It's a little bit in the tech-debt/deprecation zone haha
Add a reply
Sign up and join the conversation on Discord