NVIDIA / nv-ingest

NVIDIA Ingest is an early access set of microservices for parsing hundreds of thousands of complex, messy unstructured PDFs and other enterprise documents into metadata and text to embed into retrieval systems.
Apache License 2.0
87 stars 40 forks source link

Add Nvidia EmbedQA NIM to Helm deployment #201

Closed jdye64 closed 3 weeks ago

jdye64 commented 3 weeks ago

Description

Currently the EmbedQA NIM is not deployed as part of the helm deployment like it is in the docker-compose setup. This PR adds the EmbedQA NIM to the Helm deployment so that it is installed by default with the option to disable it if desired.

Checklist