mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
docs: Add NVIDIA as provider in v3 integrations (#27254)
### Add NVIDIA as provider in langchain v3 integrations cc: @sumitkbh @mattf @dglogo --------- Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
24605bcdb6
commit
83eebf549f
@ -46,7 +46,7 @@
|
||||
"### Model features\n",
|
||||
"| [Tool calling](/docs/how_to/tool_calling) | [Structured output](/docs/how_to/structured_output/) | JSON mode | [Image input](/docs/how_to/multimodal_inputs/) | Audio input | Video input | [Token-level streaming](/docs/how_to/chat_streaming/) | Native async | [Token usage](/docs/how_to/chat_token_usage_tracking/) | [Logprobs](/docs/how_to/logprobs/) |\n",
|
||||
"| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |\n",
|
||||
"| ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | \n",
|
||||
"| ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | \n",
|
||||
"\n",
|
||||
"## Setup\n",
|
||||
"\n",
|
||||
|
@ -78,6 +78,7 @@ well as updating the `langchain_core.pydantic_v1` and `langchain.pydantic_v1` im
|
||||
| langchain-mistralai | 0.2.0 | >=0.2,<0.3 |
|
||||
| langchain-mongodb | 0.2.0 | >=0.2,<0.3 |
|
||||
| langchain-nomic | 0.1.3 | >=0.1.3,<0.2 |
|
||||
| langchain-nvidia | 0.3.0 | >=0.3,<0.4 |
|
||||
| langchain-ollama | 0.2.0 | >=0.2,<0.3 |
|
||||
| langchain-openai | 0.2.0 | >=0.2,<0.3 |
|
||||
| langchain-pinecone | 0.2.0 | >=0.2,<0.3 |
|
||||
|
@ -156,8 +156,8 @@ const FEATURE_TABLES = {
|
||||
"link": "nvidia_ai_endpoints/",
|
||||
"structured_output": true,
|
||||
"tool_calling": true,
|
||||
"json_mode": false,
|
||||
"multimodal": false,
|
||||
"json_mode": true,
|
||||
"multimodal": true,
|
||||
"local": true,
|
||||
"apiLink": "https://python.langchain.com/api_reference/nvidia_ai_endpoints/chat_models/langchain_nvidia_ai_endpoints.chat_models.ChatNVIDIA.html"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user