Find answers from the community

Updated 2 months ago

LlamaParse

Hey folks,

I could use a bit of assistance with a couple of things:

  1. I'm wondering if anyone knows how I can obtain the premium version of Llama Cloud, as the free version only allows 1000 pages per day. For my product, I require the premium version to remove this limitation.
  2. Additionally, I'm looking for a way to incorporate page numbers as references in my LLM responses. This is a significant requirement for my product. Any guidance on this would be appreciated.
Thank you!
W
L
B
4 comments
For pro version @Logan M will be the right person to have a say.

  • But until then you can split your pdf file in smaller size and then send it to llamacloud API.
  • for page no, you can check if your getting the page number in the returned document metadata
While generating response, you can check the page number from the retrieved source nodes used for answering the query.

You can check the source nodes like this:
print(response.source_nodes)
@Berlin this is only available in a "preview" mode right now. A full offering is coming soon πŸ™‚

I'm not sure if page number is available in the llama-parse output right now
Ok thanks for information
Add a reply
Sign up and join the conversation on Discord