run-llama / llama_parse

Parse files for optimal RAG
https://www.llamaindex.ai
MIT License
1.79k stars 157 forks source link

Error while parsing the file #261

Open sujitsubhash7 opened 2 days ago

sujitsubhash7 commented 2 days ago

I am getting an error message when I try to use LlamaParse.

from llama_parse import LlamaParse documents = LlamaParse(api_key=api_key,result_type="markdown").load_data("../my_file.pdf")

the output I see is:

Started parsing the file under job_id xxx-xx............. Error while parsing the file '../my_file.pdf': 'markdown'

FlorentScarpaSustaain commented 1 day ago

Seconded, especially since I did not have this issue yesterday running the exact same script that is failing today

Moreover, leaving result_type to its default value results in Error while parsing the file '../my_file.pdf': 'text'

sujitsubhash7 commented 1 day ago

yeah, the output doesn't give much information about what is wrong. I even upgraded to the paid version but it still doesn't work. I had no issues with other smaller documents. This one is 2500 pages

FlorentScarpaSustaain commented 1 day ago

Mine is small, about 10 pages. I suspect a breaking change on the server side that conflicts with the client