run-llama / llama_parse

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

I want to use fast mode, when will it be released? #238

Closed JohannLai closed 2 weeks ago

JohannLai commented 2 weeks ago

The version I am using now is very slow and you need to use fast mode.

hexapode commented 2 weeks ago

By setting fast_mode=True you should be able to use fast mode (it is already release). However note that in fast mode we do not perform OCR on PDF or try to extract structure in markdown.

Fast mode is ±20 time faster than normal mode on large documents, and will take less than 200ms per page on average (however slow document upload time may impact performances)