Knowledge
PDF URL Knowledge Base
PDFUrlKnowledge is a knowledge base class that allows you to load and query data from PDF files stored in URLs.
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing v1 docs. For the latest documentation, visit docs.agno.com
| Parameter | Type | Default | Description |
|---|---|---|---|
urls | List[str] | [] | List of URLs pointing to PDF files |
reader | Union[PDFUrlReader, PDFUrlImageReader] | PDFUrlReader() | Reader to read PDF documents from URLs |
Was this page helpful?