7 lines
288 B
Plaintext
7 lines
288 B
Plaintext
import json
|
||
return json.dumps([
|
||
{"value": "bge-m3", "text": "文本(在线·文档检索)"},
|
||
{"value": "qwen3-vl-embedding", "text": "多媒体(在线·图文跨模态)"},
|
||
{"value": "clip-vith14", "text": "多媒体(GPU本地CLIP·需GPU)"}
|
||
], ensure_ascii=False)
|