From ded711a733dad0a36d375eb85a6096c3832d811a Mon Sep 17 00:00:00 2001 From: Maxime Grenu Date: Tue, 10 Mar 2026 20:50:01 +0100 Subject: [PATCH] fix: replace broken API key hyperlink in knowledge_graph_rag README The link to docs/api-catalog.md was pointing to a file that no longer exists in the repository. Updated the link to point directly to the NVIDIA API Catalog at build.nvidia.com/explore/discover, which is the canonical location for obtaining an API key. Fixes #400 Signed-off-by: Maxime Grenu --- community/knowledge_graph_rag/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/knowledge_graph_rag/README.md b/community/knowledge_graph_rag/README.md index 1d0d264fb..efebcc359 100644 --- a/community/knowledge_graph_rag/README.md +++ b/community/knowledge_graph_rag/README.md @@ -74,7 +74,7 @@ git clone https://github.com/NVIDIA/GenerativeAIExamples/ && cd GenerativeAIExam export NVIDIA_API_KEY="nvapi-*******************" ``` -If you don't have an API key, follow [these instructions](https://github.com/NVIDIA/GenerativeAIExamples/blob/main/docs/api-catalog.md#get-an-api-key-for-the-accessing-models-on-the-api-catalog) to sign up for an NVIDIA AI Foundation developer account and obtain access. +If you don't have an API key, follow [these instructions](https://build.nvidia.com/explore/discover) to sign up for an NVIDIA AI Foundation developer account and obtain access. ### 3. Create a Python virtual environment and activate it