NVIDIA / nim-anywhere

Accelerate your Gen AI with NVIDIA NIM and NVIDIA AI Workbench
https://www.nvidia.com/en-us/ai/
Apache License 2.0
114 stars 64 forks source link

PyPDF separate installation in upload_docs.ipynb #47

Open nv-edwli opened 2 months ago

nv-edwli commented 2 months ago

What is the rationale behind why the pyPDF package is a separate installation within the upload_docs.ipynb jupyter notebook. Why don't we enable AI Workbench to take care of the installation for the user, eg. as part of requirements.txt?

I had a user bring their own custom .pdf file to the project who skipped everything above the unzip cell because they thought they didn't need to unzip anything for their dataset. This means they mistakenly skipped the pip install pypdf cell, which broke the later upload step.