Hmmm might have to look into the langchain docs, I'm not sure if there is a way or not to capture that π€π€
Streaming is supported, but only for text-davinci-003 right now
https://github.com/jerryjliu/llama_index/blob/main/examples/vector_indices/SimpleIndexDemo-streaming.ipynbI think the agent should also support streaming, but that would also be a langchain option, I'd have to go look that up lol
There is a hacky PR for streaming with gpt3.5/4, but it's not merged, seems like it needs some work
https://github.com/jerryjliu/llama_index/pull/1059