Skip to content

Commit

Permalink
Add nvidia as provider for embedding, llm (langchain-ai#27810)
Browse files Browse the repository at this point in the history
Documentation: Add NVIDIA as integration provider

cc: @mattf @dglogo

Co-authored-by: Erick Friis <[email protected]>
  • Loading branch information
2 people authored and shjunn committed Nov 4, 2024
1 parent 822abaf commit 7a1790c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/theme/FeatureTables.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,12 @@ const FEATURE_TABLES = {
package: "langchain-google_vertexai",
apiLink: "https://python.langchain.com/api_reference/google_vertexai/llms/langchain_google_vertexai.llms.VertexAI.html"
},
{
name: "NVIDIA",
link: "NVIDIA",
package: "langchain-nvidia",
apiLink: "https://python.langchain.com/api_reference/nvidia_ai_endpoints/llm/langchain_nvidia_ai_endpoints.llm.NVIDIA.html"
},
],
},
text_embedding: {
Expand Down Expand Up @@ -387,6 +393,12 @@ const FEATURE_TABLES = {
package: "langchain-ibm",
apiLink: "https://python.langchain.com/api_reference/ibm/embeddings/langchain_ibm.embeddings.WatsonxEmbeddings.html"
},
{
name: "NVIDIA",
link: "NVIDIAEmbeddings",
package: "langchain-nvidia",
apiLink: "https://python.langchain.com/api_reference/nvidia_ai_endpoints/embeddings/langchain_nvidia_ai_endpoints.embeddings.NVIDIAEmbeddings.html"
},
]
},
document_retrievers: {
Expand Down

0 comments on commit 7a1790c

Please sign in to comment.