Great news! NVIDIA Blueprints are coming to AI Workbench!
This is the support thread for the PDF-to-Podcast Blueprint on GitHub. Any major updates we push to the project will be announced here. Further, feel free to discuss, raise issues, and ask for assistance in this thread.
Please keep discussion in this thread project-related. Any issues with the Workbench application should be raised as a standalone thread. Thanks!
Hi Edward,
I tried to setup a demo on the PDF-to-Podcast project in AI workbench. by following the setup instruction, I was able to run “generate Podcast” on Frontend. but it fails in Agent. can you please share some lights on this? thanks!
[23:38:10] Submitting PDFs for processing…
Using voices: {‘speaker-1’: ‘iP95p4xoKVk53GoZ742B’}
[23:38:10] Job ID received: 0f6701df-93ce-4279-a08d-d1ebc47b48a4
[23:38:10] Connected to status WebSocket
[23:38:10] Sent ready acknowledgment
[23:38:10] pdf: pending - Job created
[23:38:10] pdf: processing - Processing 2 PDFs
[23:41:13] pdf: completed - All PDFs processed successfully
[23:41:13] agent: pending - Job created
[23:41:13] agent: processing - Initializing processing
[23:41:13] agent: processing - Summarizing 2 PDFs
[23:41:31] agent: failed - Failed to get response after 5 attempts
[23:41:31] Job failed in agent: Failed to get response after 5 attempts
The compose logs will typically be more verbose and/or include a stack trace of the error. Can you check that? eg. Select Output from the bottom left of the AI Workbench window, and then select Compose from the dropdown.
Typically this may mean the endpoint specified for the agent is unreachable. Check models.json
If you are an internal employee and not using a locally running NIM, make sure you are utilizing the internal Build endpoints and not the public endpoints.
If you are using a locally running NIM, make sure you specify local from the profile dropdown before starting Compose in AIWB. Also, make sure the models.json is pointed to use your locally running NIM instead of the Build endpoints (defaults).
My system does not support locally running NIM, I need to the internal build endpoints. Currently the models. json is pointed to use local running NIM. How can I change it to the build endpoints (defaults)?