From 591a3db4fb74f03f1f0bb0b47c5a8d3fcf0cdb0f Mon Sep 17 00:00:00 2001 From: Mateusz Szewczyk <139469471+MateuszOssGit@users.noreply.github.com> Date: Wed, 16 Oct 2024 04:27:56 +0200 Subject: [PATCH] docs: Update IBM `ChatWatsonx` documentation (#27358) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thank you for contributing to LangChain! We would like update IBM ChatWatsonx documentation in LangChain documentation Changes: - Added support for `JSON mode` - Added support for `Image Input` - Added support for `Logprobs` Chat Standard tests -> https://github.com/langchain-ai/langchain-ibm/blob/main/libs/ibm/tests/integration_tests/test_chat_models_standard.py Integration_tests job ✅ -> https://github.com/langchain-ai/langchain-ibm/actions/runs/11327509188 Co-authored-by: Erick Friis --- docs/docs/integrations/chat/ibm_watsonx.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/chat/ibm_watsonx.ipynb b/docs/docs/integrations/chat/ibm_watsonx.ipynb index 6ec76de78d5..28a6b4072b0 100644 --- a/docs/docs/integrations/chat/ibm_watsonx.ipynb +++ b/docs/docs/integrations/chat/ibm_watsonx.ipynb @@ -41,7 +41,7 @@ "### Model features\n", "| [Tool calling](/docs/how_to/tool_calling/) | [Structured output](/docs/how_to/structured_output/) | JSON mode | Image input | 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", - "| ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | " + "| ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ✅ | ✅ | " ] }, {