Find answers from the community

Updated 3 months ago

Hi all, Im getting the error

Hi all, Im getting the error ModuleNotFound : no module named 'llama_index.agent' when running get_nodes_from_documents with a markdownparser. It used to work fine but im switching from an llm using Ollama to Azure OpenAI. Note that the llm works fine as I tested it. Any idea what might be causing this?
W
a
4 comments
I think you need to install/upgrade the following package: pip install -U llama-index-agent-openai
Thank you very much!
Btw, I am getting a response time of 35s for a simple query (usisng advanced rag demo), is there any way to make it faster or is that typical?
@WhiteFang_Jr
Add a reply
Sign up and join the conversation on Discord