ingest_paper
Ingest a local PDF into the search index, chunking and embedding it (dense + sparse) for hybrid retrieval.
Instructions
Ingest a PDF file from the local filesystem into the search index. The file is chunked, embedded (dense + sparse), and stored in Qdrant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute or relative path to the PDF file. |