mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
### 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)
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"name": "GPUStack",
|
|
"url_suffix": {
|
|
"chat": "v1/chat/completions",
|
|
"models": "v1/models",
|
|
"embedding": "v1-openai/embeddings"
|
|
},
|
|
"class": "local"
|
|
}
|