ragflow/web/src/assets
Alex Chen 7944aacafa
Feat: add gpustack model provider (#4469)
### What problem does this PR solve?

Add GPUStack as a new model provider.
[GPUStack](https://github.com/gpustack/gpustack) is an open-source GPU
cluster manager for running LLMs. Currently, locally deployed models in
GPUStack cannot integrate well with RAGFlow. GPUStack provides both
OpenAI compatible APIs (Models / Chat Completions / Embeddings /
Speech2Text / TTS) and other APIs like Rerank. We would like to use
GPUStack as a model provider in ragflow.

[GPUStack Docs](https://docs.gpustack.ai/latest/quickstart/)

Related issue: https://github.com/infiniflow/ragflow/issues/4064.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)



### Testing Instructions
1. Install GPUStack and deploy the `llama-3.2-1b-instruct` llm, `bge-m3`
text embedding model, `bge-reranker-v2-m3` rerank model,
`faster-whisper-medium` Speech-to-Text model, `cosyvoice-300m-sft` in
GPUStack.
2. Add provider in ragflow settings.
3. Testing in ragflow.
2025-01-15 14:15:58 +08:00
..
icon Feat: Add the iteration Node #4242 (#4247) 2024-12-27 11:24:17 +08:00
inter feat: add loading to ChatContainer and set font family to inter and add tooltip to Form.Item and download documents on the document list page (#136) 2024-03-20 18:20:42 +08:00
svg Feat: add gpustack model provider (#4469) 2025-01-15 14:15:58 +08:00
banner.png feat: Add banner #3221 (#3442) 2024-11-15 19:18:23 +08:00
filter.svg feat: layout the knowledge list page and modify the page switching button in the header (#48) 2024-01-31 19:29:57 +08:00
logo-with-text.png feat: add logo-with-text.png (#184) 2024-04-01 10:54:11 +08:00
yay.jpg add front end code (#27) 2024-01-17 09:37:01 +08:00