Skip to content

Commit

Permalink
changed references to point to langchain main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dglogo committed Jul 27, 2024
1 parent f9f8f7c commit 07aa3f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/ai-endpoints/docs/providers/nvidia.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,5 @@ A selection of NVIDIA AI Foundation models are supported directly in LangChain w
The active models which are supported can be found [in API Catalog](https://build.nvidia.com/).

**The following may be useful examples to help you get started:**
- **[`ChatNVIDIA` Model](/libs/ai-endpoints/docs/chat/nvidia_ai_endpoints.ipynb).**
- **[`NVIDIAEmbeddings` Model for retrieval in RAG Workflows](/libs/ai-endpoints/docs/text_embedding/nvidia_ai_endpoints.ipynb).**
- **[`NVIDIARerank` and `NVIDIAEmbeddings` Models for retrival and re-reranking](/libs/ai-endpoints/docs/retrievers/nvidia_rerank.ipynb).**
- **[`ChatNVIDIA` Model](https://github.com/langchain-ai/langchain/blob/master/docs/docs/integrations/chat/nvidia_ai_endpoints.ipynb).**
- **[`NVIDIAEmbeddings` Model for retrieval in RAG Workflows](https://github.com/langchain-ai/langchain/blob/master/docs/docs/integrations/text_embedding/nvidia_ai_endpoints.ipynb).**

0 comments on commit 07aa3f7

Please sign in to comment.