mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
9753bccc71
- Add support for local build and linkchecking of docs - Add GitHub Action to automatically check links before prior to publication - Minor reformat of Contributing readme - Fix existing broken links Co-authored-by: Hunter Gerlach <hunter@huntergerlach.com> Co-authored-by: Hunter Gerlach <HunterGerlach@users.noreply.github.com> Co-authored-by: Hunter Gerlach <hunter@huntergerlach.com>
21 lines
587 B
ReStructuredText
21 lines
587 B
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.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
:caption: Specific LLM Integrations
|
|
:name: Specific LLM Integrations
|
|
:hidden:
|
|
|
|
./integrations/*
|