-
Notifications
You must be signed in to change notification settings - Fork 16.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add modelscope endpoint #28941
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
8d5b02f
to
1d70713
Compare
@efriis Hi, just checking in on my PR. I’d appreciate your review when you have a chance. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for this.
You can see the pypi registration info for langchain-modelscope
here: https://pypi.org/project/langchain-modelscope
## Description To integrate ModelScope inference API endpoints for both Embeddings, LLMs and ChatModels, install the package `langchain-modelscope-integration` (as discussed in issue langchain-ai#28928 ). This is necessary because the package name `langchain-modelscope` was already registered by another party. ModelScope is a premier platform designed to connect model checkpoints with model applications. It provides the necessary infrastructure to share open models and promote model-centric development. For more information, visit GitHub page: [ModelScope](https://github.com/modelscope).
Description
To integrate ModelScope inference API endpoints for both Embeddings, LLMs and ChatModels, install the package
langchain-modelscope-integration
(as discussed in issue #28928 ). This is necessary because the package namelangchain-modelscope
was already registered by another party.ModelScope is a premier platform designed to connect model checkpoints with model applications. It provides the necessary infrastructure to share open models and promote model-centric development. For more information, visit GitHub page: ModelScope.