Files
ragflow/conf/models/gpustack.json
glorydavid03023 3774916060 Go: implement Embed in GPUStack driver (#15182)
### What problem does this PR solve?

The Go GPUStack driver returned a stub error for `Embed()` even though
GPUStack exposes OpenAI-compatible embeddings on the **v1-openai** route
(not `v1/embeddings`).

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2026-06-01 11:22:43 +08:00

10 lines
170 B
JSON

{
"name": "GPUStack",
"url_suffix": {
"chat": "v1/chat/completions",
"models": "v1/models",
"embedding": "v1-openai/embeddings"
},
"class": "local"
}