mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-03 05:34:01 +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> |
||
---|---|---|
.. | ||
api_reference | ||
cassettes | ||
data | ||
docs | ||
scripts | ||
src | ||
static | ||
.gitignore | ||
.yarnrc.yml | ||
babel.config.js | ||
docusaurus.config.js | ||
ignore-step.sh | ||
Makefile | ||
package.json | ||
README.md | ||
sidebars.js | ||
vercel_overrides.txt | ||
vercel_requirements.txt | ||
vercel.json | ||
yarn.lock |
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide