Find answers from the community

Updated 3 months ago

I'm trying to use AzureOpenAI and the

I'm trying to use AzureOpenAI and the latest gpt-4-1106 preview model to try and extract tables from PDF. I was able to set up the AzureOpenAI object and run a complete method for completion. However, when I try to create a VectorstoreIndex, it fails and gives me the error AttributeError: module 'openai' has no attribute 'error'. ANyone running into this issue before?
L
M
7 comments
what version of llama-index?
I definitely thought I removed all those
THis is the 0.9.9.
lemme do a search
does not come up in the codebase
do you have the full error? Maybe try a fresh venv? or pip install --upgrade openai llama-index
Add a reply
Sign up and join the conversation on Discord