docs: add modal-gpu-ez integration#2935
Open
algocean (algocean1204) wants to merge 2 commits intolangchain-ai:mainfrom
Open
docs: add modal-gpu-ez integration#2935algocean (algocean1204) wants to merge 2 commits intolangchain-ai:mainfrom
algocean (algocean1204) wants to merge 2 commits intolangchain-ai:mainfrom
Conversation
Add documentation for langchain-modal-gpu-ez, a LangChain integration that provides LLM and Embeddings interfaces for running HuggingFace models on Modal serverless GPUs. - Provider overview page - LLM integration page (ModalGpuEzLLM) - Embeddings integration page (ModalGpuEzEmbeddings) PyPI: https://pypi.org/project/langchain-modal-gpu-ez/
Author
|
Hi maintainers! 👋 This is my very first open-source PR, and as a university student, I'm super excited to contribute to the LangChain ecosystem. Since I'm still learning, I would highly appreciate any direct, realistic, and strict feedback regarding the code structure, conventions, or the overall integration approach. Please don't hold back—I really want to learn and improve this to perfectly match LangChain's standards! Thank you so much for your time reviewing this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add documentation for
langchain-modal-gpu-ez, a LangChain integration that wrapsmodal-gpu-ezfor running HuggingFace models on Modal serverless GPUs.Note: This is different from the existing
langchain-modal(sandbox).langchain-modal-gpu-ezprovides LLM and Embeddings interfaces for direct model inference.What's added
providers/modal_gpu_ez.mdx): Overview, installation, setupllms/modal_gpu_ez.mdx):ModalGpuEzLLMusage with GPU selection guidetext_embedding/modal_gpu_ez.mdx):ModalGpuEzEmbeddingsusage with vector store examplePackage features
llm.invoke("Hello")on T4/A100/H100 GPUsLinks