Skip to content

Commit 2677a53

Browse files
authored
Renamed, added badge (#17331)
1 parent 495fcec commit 2677a53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/examples/agent/nvidia_document_research_blueprint_for_content_creation.ipynb renamed to docs/docs/examples/agent/nvidia_document_research_assistant_for_blog_creation.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"source": [
77
"# Document Research Assistant for Blog Creation\n",
88
"\n",
9+
"[![ Click here to deploy.](https://uohmivykqgnnbiouffke.supabase.co/storage/v1/object/public/landingpage/brevdeploynavy.svg)](https://console.brev.dev/launchable/deploy?launchableID=env-2qRrBuBdUGzzauhql87XCd7U1wR)\n",
10+
"\n",
911
"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",
1012
"\n",
1113
"You can get started by leveraging NVIDIA API Catalog and call a hosted model's NIM API Endpoint. Once you familiarize yourself with this blueprint, you may want to self-host models with NIM Microservices.\n",
@@ -20,7 +22,7 @@
2022
"5. Performs Quality Assurance: A critic agent reviews the content for accuracy, coherence, and completeness, determining if revisions are necessary.\n",
2123
"6. Iterative Refinement: If improvements are needed, the workflow repeats by generating additional questions and gathering more information until the desired quality is reached.\n",
2224
"\n",
23-
"This workflow combines modularity, automation, and iterative refinement to ensure the output meets the highest standards of quality."
25+
"This workflow combines modularity, automation, and iterative refinement to ensure the output meets the highest standards of quality. "
2426
]
2527
},
2628
{

0 commit comments

Comments
 (0)