run-llama / llama_parse

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

allow for bytes or buffer as input #259

Closed sourabhdesai closed 5 days ago

sourabhdesai commented 5 days ago

allows for clients to pass in the file as bytes or a buffer of bytes. Added tests to cover both bytes and buffer input cases.

hiteshaylani commented 3 days ago

Please generate a new release so we can use this feature. Installing current version 0.4.4 doesn't include these changes.