paper-qa-nemotron

GitHub tests License PyPI Python Versions

PDF reading code backed by Nvidia's nemotron-parse VLM.

For more info on nemotron-parse, check out:

Installation

pip install paper-qa[nemotron]
# Or
pip install paper-qa-nemotron

If you want to prompt nemotron-parse hosted on AWS SageMaker:

pip install paper-qa-nemotron[sagemaker]

Getting Started

To use nemotron-parse via the Nvidia API, set the NVIDIA_API_KEY environment variable.

Then to directly access the reader:

Or use the reader within PaperQA:

Last updated