Issue with LlamaParse Vendor Model Gemini 1.5 Pro #414

Open
opened 2026-02-16 00:17:46 -05:00 by yindo · 1 comment
Owner

Originally created by @qasim-mobi on GitHub (Jan 29, 2025).

Describe the bug
Previously LlamaParse Is Correctly extracting the Content from the files using gemini 1.5 pro as vendor model but However, now, for every file I test, it is returning 'NO_CONTENT_HERE'.
I have tried multiple files, but the result remains the same.

Job ID
84d8517e-9a44-4b25-95d4-4ff11cee2b90
173d9800-7a87-432c-96b8-4f48b3a52279
b1b7c9e9-6c3f-4d45-9a20-d7119b169016
faff6482-5396-4316-a05f-3f831cb68c9f
e9cfbaa1-8cf0-4b9f-8d79-a4b306d2af0a

Client:

  • Python Library
  • Frontend (cloud.llamaindex.ai)

Options I use:

result_type="markdown",
verbose=True,
num_workers=7,
use_vendor_multimodal_model=True,
vendor_multimodal_model_name="gemini-1.5-pro",
formatting_instruction="""PROMPT"""

Originally created by @qasim-mobi on GitHub (Jan 29, 2025). **Describe the bug** Previously LlamaParse Is Correctly extracting the Content from the files using gemini 1.5 pro as vendor model but However, now, for every file I test, it is returning 'NO_CONTENT_HERE'. I have tried multiple files, but the result remains the same. **Job ID** 84d8517e-9a44-4b25-95d4-4ff11cee2b90 173d9800-7a87-432c-96b8-4f48b3a52279 b1b7c9e9-6c3f-4d45-9a20-d7119b169016 faff6482-5396-4316-a05f-3f831cb68c9f e9cfbaa1-8cf0-4b9f-8d79-a4b306d2af0a **Client:** - Python Library - Frontend (cloud.llamaindex.ai) Options I use: result_type="markdown", verbose=True, num_workers=7, use_vendor_multimodal_model=True, vendor_multimodal_model_name="gemini-1.5-pro", formatting_instruction="""PROMPT"""
yindo added the bug label 2026-02-16 00:17:46 -05:00
Author
Owner

@salahuddinfa commented on GitHub (Feb 22, 2025):

I have faced the same issue. Here is the job-id,9e284cfb-4f2d-4f54-83b6-c43f55e7fc2b, you can observe in some of the pages we are getting NO_CONTENT_HERE

@salahuddinfa commented on GitHub (Feb 22, 2025): I have faced the same issue. Here is the job-id,**9e284cfb-4f2d-4f54-83b6-c43f55e7fc2b**, you can observe in some of the pages we are getting NO_CONTENT_HERE
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#414