Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with LlamaParse ... #500

Open
akamodedef opened this issue Nov 20, 2024 · 2 comments
Open

Issue with LlamaParse ... #500

akamodedef opened this issue Nov 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@akamodedef
Copy link

Describe the bug
When I use LlamaParse to convert a pdf, I encounter some error, Could you please give us some suggestions?

Job ID
please contact support by clicking the chat icon on cloud.llamaindex.ai providing this correlation ID: b7f5047b-fdd0-4471-af83-66cf0fff5bec"

Client:
Python code:
LLAMA_CLOUD_API_KEY = "llx-xxx"
load_dotenv()
from llama_parse import LlamaParse
from llama_index.core import SimpleDirectoryReader
os.environ['LLAMA_CLOUD_API_KEY'] = LLAMA_CLOUD_API_KEY
file_path = os.path.join(os.getcwd(), "pdf/xxx.pdf")
parser = LlamaParse(
result_type="markdown" # "markdown" and "text" are available
)
file_extractor = {".pdf": parser}
documents = SimpleDirectoryReader(input_files=[file_path], file_extractor=file_extractor).load_data()

Error message:
Error while parsing the file 'xxx.pdf': Failed to parse the file: {"detail":"Oops! Something went wrong on our end. Please try again in a few minutes. If the problem persists, please contact support by clicking the chat icon on cloud.llamaindex.ai providing this correlation ID: b7f5047b-fdd0-4471-af83-66cf0fff5bec"}

@akamodedef akamodedef added the bug Something isn't working label Nov 20, 2024
@hexapode
Copy link
Member

Sorry we are working on bringing back our cluster to life.

@hexapode
Copy link
Member

The cluster is back up it should now work, let me know if you encounter any issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants