... _get_async_stream_ai_response await chat_stream_response._is_function_false_event.wait() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'StreamingAgentChatResponse' object has no attribute '_is_function_false_event'. Did you mean: 'is_function_false_event'? INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
E ModuleNotFoundError: No module named 'llama_index'
llama-index==0.10.35
in my requirements.txtpip list --outdated
Package Version Latest Type ------------------------ ------- ------- ----- ... llama-index-llms-openai 0.1.17 0.1.18 wheel llama-index-readers-file 0.1.21 0.1.22 wheel ...
llama-index==0.10.35
, the llama-index-llms-openai
package should have updated automaticallyllama-index
is just [tool.poetry.dependencies] python = ">=3.8.1,<4.0" llama-index-legacy = "^0.9.48" llama-index-llms-openai = "^0.1.13" llama-index-embeddings-openai = "^0.1.5" llama-index-program-openai = "^0.1.3" llama-index-question-gen-openai = "^0.1.2" llama-index-agent-openai = ">=0.1.4,<0.3.0" llama-index-readers-file = "^0.1.4" llama-index-readers-llama-parse = "^0.1.2" llama-index-indices-managed-llama-cloud = "^0.1.2" llama-index-core = "^0.10.34" llama-index-multi-modal-llms-openai = "^0.1.3" llama-index-cli = "^0.1.2"
requriements.txt
, i didn't update the install_requires
list in setup.py where lama-index was pointing to 0.10.19.