run-llama / llama_parse

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

Make Split to Page Default = False #243

Open adreichert opened 1 week ago

adreichert commented 1 week ago

Summary

I'm going to propose that we set the default to False.

The current behavior (as of 0.4.4) is to load the entire text into the first element of the list (link), and I'd like to make that the default.