Find answers from the community

Updated 3 months ago

Might be a newbie error. I am trying to

Might be a newbie error. I am trying to get a quick sample of OpenAIAssitantAgent going but am running into this error. Code is 4 lines. from llama_index.agent.openai import OpenAIAssistantAgent

agent = OpenAIAssistantAgent.from_new(

Any help is greatly appreciated!!
Attachment
Screenshot_2024-02-20_at_7.43.12_PM.png
L
A
4 comments
Can you try pip install -U llama-index-readers-elasticsearch ?
@Logan M tried. Same result 😦
Are you mixing legacy imports with non-legacy imports?
You can really only use all legacy imports or none at all (otherwise the typing like this is wonky)
Add a reply
Sign up and join the conversation on Discord