run-llama / llama_parse

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

Parsing process debugging options #189

Open dejankocic opened 1 month ago

dejankocic commented 1 month ago

Hello, Is there a way I can see what is happening with the parsing process? I mean, using the Web UI available on https://cloud.llamaindex.ai/parse, I upload a PDF doc and parsing starts, but there is no info on what is going on and the process never finishes (results pane is constantly with Loading spinner).

Of course, what is a a bigger problems is that the number of processed pages (usage) got increased, but there are no results.

Thx.