Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Might be a newbie error. I am trying to
Might be a newbie error. I am trying to
Inactive
0
Follow
A
AJ Ram
10 months ago
Β·
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
L
A
4 comments
Share
Open in Discord
L
Logan M
10 months ago
Can you try
pip install -U llama-index-readers-elasticsearch
?
A
AJ Ram
10 months ago
@Logan M tried. Same result π¦
L
Logan M
10 months ago
Are you mixing legacy imports with non-legacy imports?
L
Logan M
10 months ago
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
Join on Discord