-1

I do ai program take question from user and give him answer from pdf file with Azure OpenAI nltk and langchain. this problem is showing to me while i am runnig the programm => {name 'partition_pdf' is not defined. Did you mean: 'partition_xml'? }

i tried uninstall ustractured module , python , and pip and and install they again but the problem still showing to me

1 Answers1

1

Try to downgrade the unstructured

pip install unstructured==0.7.12
sahiljain
  • 2,215
  • 1
  • 29
  • 39