Find answers from the community

Updated 4 days ago

Llamaparse user_prompts does not work with json output

Hey people. LlamaParse user_prompts does not seem to work if the output is set to JSON. Working fine for MARKDOWN Any ideas?
L
M
4 comments
What do you mean by setting it to json? Have an example?
I'll give you a simple example:

parser = LlamaParse(
result_type="markdown",
user_prompt="translate the content to French"

parser = LlamaParse(
result_type="json",
user_prompt="translate the content to French"
in markdown mode it translates to French, but it does not translate in json mode
Add a reply
Sign up and join the conversation on Discord