Learn how to use remote PDFs in your knowledge base.
knowledge_base
with an Agent:
Parameter | Type | Default | Description |
---|---|---|---|
urls | List[str] | - | URLs for PDF files. |
reader | PDFUrlReader | - | A PDFUrlReader that converts the PDFs into Documents for the vector database. |
PDFUrlKnowledgeBase
is a subclass of the AgentKnowledge class and has access to the same params.