paper-qa-nemotron
PDF reading code backed by Nvidia's nemotron-parse VLM.
For more info on nemotron-parse, check out:
Hugging Face weights: https://huggingface.co/nvidia/NVIDIA-Nemotron-Parse-v1.1
AWS Marketplace: https://aws.amazon.com/marketplace/pp/prodview-ny2ngku2i4ge6
Installation
pip install paper-qa[nemotron]
# Or
pip install paper-qa-nemotronIf 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

