mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-22 07:05:36 +00:00
Co-authored-by: Ivan Vendrov <ivendrov@gmail.com> Co-authored-by: Sasmitha Manathunga <70096033+mmz-001@users.noreply.github.com>
33 lines
1.2 KiB
ReStructuredText
33 lines
1.2 KiB
ReStructuredText
Integrations
|
|
=============
|
|
|
|
The examples here are all "how-to" guides for how to integrate with various LLM providers.
|
|
|
|
`Huggingface Hub <./integrations/huggingface_hub.html>`_: Covers how to connect to LLMs hosted on HuggingFace Hub.
|
|
|
|
`Azure OpenAI <./integrations/azure_openai_example.html>`_: Covers how to connect to Azure-hosted OpenAI Models.
|
|
|
|
`Manifest <./integrations/manifest.html>`_: Covers how to utilize the Manifest wrapper.
|
|
|
|
`Goose AI <./integrations/gooseai_example.html>`_: Covers how to utilize the Goose AI wrapper.
|
|
|
|
`Cerebrium <./integrations/cerebriumai_example.html>`_: Covers how to utilize the Cerebrium AI wrapper.
|
|
|
|
`Petals <./integrations/petals_example.html>`_: Covers how to utilize the Petals wrapper.
|
|
|
|
`Forefront AI <./integrations/forefrontai_example.html>`_: Covers how to utilize the Forefront AI wrapper.
|
|
|
|
`PromptLayer OpenAI <./integrations/promptlayer_openai.html>`_: Covers how to use `PromptLayer <https://promptlayer.com>`_ with Langchain.
|
|
|
|
`Anthropic <./integrations/anthropic_example.html>`_: Covers how to use Anthropic models with Langchain.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
:caption: Specific LLM Integrations
|
|
:name: Specific LLM Integrations
|
|
:hidden:
|
|
|
|
./integrations/*
|