Integrate MWS model with API support and enhance chat functionality (#17959)

## What

This pull request adds **MWS GPT Model Hub** as a built-in model
provider in RAGFlow.

The integration allows users to configure an MWS project endpoint and
token, discover the models available to that project, and use supported
MWS models for chat completion, embeddings, and reranking.

Co-authored-by: ilarionov_n <ilarionov_n@promis.ru>
This commit is contained in:
nikminer
2026-08-11 14:12:42 +03:00
committed by GitHub
parent 5e2c0eee28
commit 8bd5768ebc
21 changed files with 1853 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ A complete list of model providers supported by RAGFlow, which will continue to
| Mistral | `https://mistral.ai` |
| ModelScope | `https://www.modelscope.cn` |
| Moonshot | `https://www.moonshot.cn` |
| MWS | `https://mws.ru/docs/cloud-platform/gpt.html` |
| NovitaAI | `https://novita.ai` |
| NVIDIA | `https://www.nvidia.com` |
| Ollama | `https://ollama.com` |