Skip to content

Commit dd91e77

Browse files
authored
Release note for v2.11.20. (#959)
2 parents 38d969c + 443454b commit dd91e77

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/source/release_notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Release Notes
33
=============
44

5+
2.11.20
6+
-------
7+
Release date: October 1, 2024
8+
9+
* Update LangChain Integration to add support for chat model, streaming and async calls.
10+
511
2.11.19
612
-------
713
Release date: September 24, 2024

docs/source/user_guide/large_language_model/langchain_models.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ LangChain Integration
66
.. admonition:: LangChain Community
77
:class: note
88

9-
While the stable integrations (such as ``OCIModelDeploymentVLLM`` and ``OCIModelDeploymentTGI``) are also available from `LangChain Community <https://python.langchain.com/docs/integrations/llms/oci_model_deployment_endpoint>`_, integrations from ADS may provide additional or experimental features in the latest updates, .
9+
While the stable integrations (such as ``ChatOCIModelDeploymentVLLM`` and ``OCIModelDeploymentVLLM``) are also available from `LangChain Community <https://python.langchain.com/docs/integrations/llms/oci_model_deployment_endpoint>`_, integrations from ADS may provide additional or experimental features in the latest updates.
1010

1111
.. admonition:: Requirements
1212
:class: note
1313

14-
The LangChain integration requires ``python>=3.9`` and ``langchain>=0.3``
14+
The LangChain integration requires ``python>=3.9`` and ``langchain>=0.3``. Chat model also requires ``langchain-openai``.
1515

1616

1717
LangChain compatible models/interfaces are needed for LangChain applications to invoke LLMs deployed on OCI data science model deployment service.

0 commit comments

Comments
 (0)