Log in
Log into community
Find answers from the community
View all posts
Related posts
Was this helpful?
π
π
π
Powered by
Hall
Active
Updated 4 days ago
0
Follow
Llamaparse user_prompts does not work with json output
Llamaparse user_prompts does not work with json output
Active
0
Follow
M
Matching Beans
4 days ago
Β·
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
Share
Open in Discord
L
Logan M
4 days ago
What do you mean by setting it to json? Have an example?
M
Matching Beans
4 days ago
Hey Logan!
M
Matching Beans
4 days ago
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"
M
Matching Beans
4 days ago
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
Join on Discord