mirror of
https://github.com/hwchase17/langchain.git
synced 2025-12-24 00:17:05 +00:00
## Description: This PR adds the necessary documentation for the `langchain-runpod` partner package integration. It includes: * A provider page (`docs/docs/integrations/providers/runpod.ipynb`) explaining the overall setup. * An LLM component page (`docs/docs/integrations/llms/runpod.ipynb`) detailing the `RunPod` class usage. * A Chat Model component page (`docs/docs/integrations/chat/runpod.ipynb`) detailing the `ChatRunPod` class usage, including a feature support table. These documentation files reflect the latest features of the `langchain-runpod` package (v0.2.0+) such as async support and API polling logic. This work also addresses the review feedback provided on the previous attempt in PR #30246 by: * Removing all TODOs from documentation. * Adding the required links between provider and component pages. * Completing the feature support table in the chat documentation. * Linking to the source code on GitHub for API reference. Finally, it registers the `langchain-runpod` package in `libs/packages.yml`. ## Dependencies: None added to the core LangChain repository by these documentation changes. The required dependency (`langchain-runpod`) is managed as a separate package. ## Twitter handle: @runpod_io --------- Co-authored-by: Max Forsey <maxpod@maxpod.local> Co-authored-by: Chester Curme <chester.curme@gmail.com>
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide