NVIDIA / GenerativeAIExamples

Generative AI reference workflows optimized for accelerated infrastructure and microservice architecture.
Apache License 2.0
2.45k stars 527 forks source link

Sample data download in agentic_rag_with_nemo_retriever_nim.ipynb #224

Open nvahmadi opened 1 month ago

nvahmadi commented 1 month ago

The tutorial notebook agentic_rag_with_nemo_retriever_nim.ipynb does not work. The download of the intended sample data is failing. Download is implemented via the "KG-RAG-datasets" repo of docugami (link). It yields the following error messages:

Error downloading Study Protocol and Statistical Analysis Plan for NCT06155955: 403 Client Error: Forbidden for url: https://storage.googleapis.com/ctgov2-large-docs/55/NCT06155955/Prot_SAP_000.pdf
Error downloading Study Protocol and Statistical Analysis Plan for NCT06155006: 403 Client Error: Forbidden for url: https://storage.googleapis.com/ctgov2-large-docs/06/NCT06155006/Prot_SAP_000.pdf
[...]

Could not find an immediate fix or workaround.