Hey @AryanThadani02
-
For uploading PDFs to an AIP Agent to provide the Agent with the document text as context, you can use the Document context retrieval option (documentation available here).
You can then provide custom prompts with your agent for how to analyze the document, and ask follow up questions with the agent in the conversation. -
For long documents that exceed the context limit of the model for your Agent, or to also extract images from your documents, you could build a pipeline to handle the extraction and store your extracted document chunks to the ontology.
The examples in the related question here, and the example for parsing PDFs with pipeline builder here, may be helpful starting points here.