Skip to content

Commit d3b9aeb

Browse files
committed
Add python 3.9 requirement to LangChain docs.
1 parent 97f5364 commit d3b9aeb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/source/user_guide/large_language_model/langchain_models.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ LangChain Integration
33

44
.. versionadded:: 2.11.19
55

6-
LangChain compatible models/interfaces are needed for LangChain applications to invoke LLMs deployed on OCI data science model deployment service.
7-
86
.. admonition:: LangChain Community
97
:class: note
108

11-
Integrations from ADS may provide additional or experimental features in the latest updates, 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>`_.
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, .
10+
11+
.. admonition:: Requirements
12+
:class: note
13+
14+
The LangChain integration requires ``python>=3.9`` and ``LangChain>=0.3``
15+
16+
17+
LangChain compatible models/interfaces are needed for LangChain applications to invoke LLMs deployed on OCI data science model deployment service.
1218

1319
If you deploy LLM on OCI model deployment service using `AI Quick Actions <https://github.com/oracle-samples/oci-data-science-ai-samples/blob/main/ai-quick-actions/model-deployment-tips.md>`_ or `HuggingFace TGI <https://huggingface.co/docs/text-generation-inference/index>`_ , you can use the integration models described in this page to build your application with LangChain.
1420

0 commit comments

Comments
 (0)