Find answers from the community

Updated 2 months ago

Is JSON mode removed from llamaparse?

Is JSON mode removed from llamaparse?
W
L
A
11 comments
I dont think so, I tried it on saturday only
Are you facing any error?
parser.aget_json() works fine for me
Not an error specifically
I'm not able to access ResultType.JSON anymore. Now the enum only has MD and TXT
From the enum
So I thought your plans were to remove it
yeah this was removed in this PR: https://github.com/run-llama/llama_parse/pull/400
as there is a direct method to achieve this
Yea it didn't make sense to set it as a result type -- because you needed to use the get json method to get it anyways (since its returning raw json, not a document object)
Add a reply
Sign up and join the conversation on Discord