ExtractConfig Documentation shows ChunkMode when in reality its DocumentChunkMode #555

Open
opened 2026-02-16 00:18:14 -05:00 by yindo · 2 comments
Owner

Originally created by @rcepeda95 on GitHub (Oct 10, 2025).

I couldn't really find any documentation on the llama_cloud python package, so when I tried to do a LlamaExtract and set the ChunkMode as the documentation says, I was told that ChunkMode couldn't be imported. It wasn't until I grepped the installed package when I saw that it was actually DocumentChunkMode now.

Originally created by @rcepeda95 on GitHub (Oct 10, 2025). I couldn't really find any documentation on the `llama_cloud` python package, so when I tried to do a LlamaExtract and set the `ChunkMode `as the documentation says, I was told that ChunkMode couldn't be imported. It wasn't until I grepped the installed package when I saw that it was actually `DocumentChunkMode` now.
Author
Owner

@MartijnLeplae commented on GitHub (Oct 28, 2025):

You're right, the documentation on this page is not up to date:

If someone has time, I think here are the two places that need to be updated:

@MartijnLeplae commented on GitHub (Oct 28, 2025): You're right, the documentation on this page is not up to date: - https://developers.llamaindex.ai/python/cloud/llamaextract/features/options/#python-sdk - https://developers.llamaindex.ai/python/cloud/llamaextract/features/options/#other-advanced-options If someone has time, I think here are the two places that need to be updated: - The source of the page above ⬆️ (in which repo are those docs @logan-markewich) - https://github.com/run-llama/llama_cloud_services/blob/main/extract.md
Author
Owner

@VidhyaDivakar commented on GitHub (Dec 4, 2025):

@logan-markewich.. Does this need update? Is document in the repo that I can work on ?

Thanks,
Vidhya

@VidhyaDivakar commented on GitHub (Dec 4, 2025): @logan-markewich.. Does this need update? Is document in the repo that I can work on ? Thanks, Vidhya
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#555