From 9bc5aff9f936b4cca2a8654bdf38ef76d5cd715e Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Sun, 17 Dec 2023 18:18:40 -0600 Subject: [PATCH] Fix link typo to `/docs/integrations/text_embedding/nvidia_ai_endpoints` --- docs/docs/integrations/providers/nvidia.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/providers/nvidia.mdx b/docs/docs/integrations/providers/nvidia.mdx index 1cdecde28f5da..8e49715bfebad 100644 --- a/docs/docs/integrations/providers/nvidia.mdx +++ b/docs/docs/integrations/providers/nvidia.mdx @@ -35,4 +35,4 @@ The active models which are supported can be found [in NGC](https://catalog.ngc. **The following may be useful examples to help you get started:** - **[`ChatNVIDIA` Model](/docs/integrations/chat/nvidia_ai_endpoints).** -- **[`NVIDIAEmbeddings` Model for RAG Workflows](/docs/integrations/text_embeddings/nvidia_ai_endpoints).** +- **[`NVIDIAEmbeddings` Model for RAG Workflows](/docs/integrations/text_embedding/nvidia_ai_endpoints).**