I tried to run Lesson 4: Form Parsing in my local instance and was unable to get it to work. It appears that the LLAMA_CLOUD_BASE_URL environment variable being referenced is not defined. I tried setting it to http://jupyter-api-proxy.internal.dlai/rev-proxy/llama-cloud, but still got errors. Any idea what the issue is? Here are the errors after running cell 5.
WARNING: content_guideline_instruction is deprecated and may be remove in a future release. Use system_prompt, system_prompt_append or user_prompt instead.
WARNING: formatting_instruction is deprecated and may be remove in a future release. Use system_prompt, system_prompt_append or user_prompt instead.
Error while parsing the file ‘data/fake_application_form.pdf’: [Errno -2] Name or service not known
IndexError Traceback (most recent call last)
/tmp/ipykernel_10609/71628879.py in
----> 1 result = parser.load_data(“data/fake_application_form.pdf”)[0]
IndexError: list index out of range