Skip to content

Commit

Permalink
Add python 3.9 requirement to LangChain docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuosier committed Sep 26, 2024
1 parent 97f5364 commit d3b9aeb
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/source/user_guide/large_language_model/langchain_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ LangChain Integration

.. versionadded:: 2.11.19

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

.. admonition:: LangChain Community
:class: note

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>`_.
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, .

.. admonition:: Requirements
:class: note

The LangChain integration requires ``python>=3.9`` and ``LangChain>=0.3``


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

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.

Expand Down

0 comments on commit d3b9aeb

Please sign in to comment.