ingest_pdf
Extract concepts, equations, and parameters from a PDF, match them against existing knowledge, reason about relationships, and commit changes to a knowledge graph.
Instructions
Ingest a PDF document into the knowledge graph.
Extracts concepts, equations, and parameters, matches them against
existing knowledge, reasons about relationships, and commits changes.
Args:
file_path: Absolute path to the PDF file.
extraction_model: Model name for extraction (optional, uses default).
reasoning_model: Model name for reasoning (optional, uses default).
Returns:
Summary of ingestion results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| reasoning_model | No | ||
| extraction_model | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |