mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-29 21:30:18 +00:00
docs: add modelscope endpoint (#28941)
## 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 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).
This commit is contained in:
@@ -308,3 +308,7 @@ packages:
|
||||
repo: crate/langchain-cratedb
|
||||
downloads: 362
|
||||
downloads_updated_at: '2024-12-23T20:53:27.001852+00:00'
|
||||
- name: langchain-modelscope
|
||||
path: .
|
||||
repo: modelscope/langchain-modelscope
|
||||
downloads: 0
|
||||
Reference in New Issue
Block a user