mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
Add nvidia as provider for embedding, llm (#27810)
Documentation: Add NVIDIA as integration provider cc: @mattf @dglogo Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
0c62684ce1
commit
f86a09f82c
@ -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: {
|
||||
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user