Skip to content

Commit

Permalink
Update cache parameter (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi03071991 authored Dec 11, 2024
1 parent f78186c commit bc28db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo_get_charts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"source": [
"from llama_parse import LlamaParse\n",
"\n",
"parser = LlamaParse(extract_charts=True, invalid_cache=True)\n",
"parser = LlamaParse(extract_charts=True, invalidate_cache=True)\n",
"json_objs = parser.get_json_result(\"./agentless.pdf\")"
]
},
Expand Down

0 comments on commit bc28db5

Please sign in to comment.