Skip to content

Commit

Permalink
catch up with langchain/docs/docs/integrations/text_embedding/nvidia_…
Browse files Browse the repository at this point in the history
…ai_endpoints.ipynb

changes -

commit 7f0cb3bfba469965cfa5618834184e95e35c2e08
Author: Jacob Lee <[email protected]>
Date:   Thu Apr 4 12:49:15 2024 -0700

    docs[patch]: Make Docusaurus and Vercel add trailing slashes when navigating by default (#20014)

    Should hopefully avoid weird broken link edge cases.

    Relative links now trip up the Docusaurus broken link checker, so this
    PR also removes them.

    Also snuck in a small addition about asyncio
  • Loading branch information
mattf committed Apr 16, 2024
1 parent b73bb87 commit 76bbb9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"\n",
"This example goes over how to use LangChain to interact with the supported [NVIDIA Retrieval QA Embedding Model](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/ai-foundation/models/nvolve-40k) for [retrieval-augmented generation](https://developer.nvidia.com/blog/build-enterprise-retrieval-augmented-generation-apps-with-nvidia-retrieval-qa-embedding-model/) via the `NVIDIAEmbeddings` class.\n",
"\n",
"For more information on accessing the chat models through this api, check out the [ChatNVIDIA](../chat/nvidia_ai_endpoints) documentation."
"For more information on accessing the chat models through this api, check out the [ChatNVIDIA](/docs/integrations/chat/nvidia_ai_endpoints/) documentation."
]
},
{
Expand Down

0 comments on commit 76bbb9e

Please sign in to comment.