rag/wwwroot/knowledge_bases_list/embedding_options.dspy

7 lines
288 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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