Find answers from the community

Updated 6 months ago

Hey y'all. I've made done quite a bit of

At a glance

A community member has noticed that the responses in their chatbot are no longer being streamed, but instead sent as a whole message at once. They are using query_engine = index.as_query_engine(llm=llm, streaming=True). In the comments, another community member suggests that there was a small bug that got fixed recently, and that updating the code may fix the issue. Another community member mentions they are still on version 0.10.12, which may be relevant.

Hey y'all. I've made done quite a bit of refactoring of my code and I just noticed that the responses in my chatbot are no longer being streamed, but instead sent as a whole message at once. Any thoughts? I have
Plain Text
query_engine = index.as_query_engine(llm=llm, streaming=True)
L
b
2 comments
There was a small bug that got fixed recently, if you try updating it may fix it
@Logan M I'm still on 0.10.12 if that matters.
Add a reply
Sign up and join the conversation on Discord