From 495fcec9109ef364e2bf091c8abdd5154b1b1dfe Mon Sep 17 00:00:00 2001 From: Laurie Voss Date: Thu, 19 Dec 2024 10:31:21 -0800 Subject: [PATCH] Fix NVIDIA Blueprint title (#17329) Fix title --- ...vidia_document_research_blueprint_for_content_creation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/examples/agent/nvidia_document_research_blueprint_for_content_creation.ipynb b/docs/docs/examples/agent/nvidia_document_research_blueprint_for_content_creation.ipynb index d3c69096f8e07..e5530d7574371 100644 --- a/docs/docs/examples/agent/nvidia_document_research_blueprint_for_content_creation.ipynb +++ b/docs/docs/examples/agent/nvidia_document_research_blueprint_for_content_creation.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Document Research for Content Creation with LlamaIndex\n", + "# Document Research Assistant for Blog Creation\n", "\n", "In this notebook, you will use NVIDIA NIM Microservices for the LLM, llama-3.3-70b, to generate a report on a given topic. You will also use a NIM for an NVIDIA text embedding model, nv-embedqa-e5-v5. Given a set of documents, LlamaIndex will create an Index which it can run queries against. \n", "\n",