下载模型

sudo ollama pull modelscope.cn/Embedding-GGUF/bge-large-zh-v1.5:latest

 

测试

curl -X POST http://localhost:11434/api/embeddings \
-H "Content-Type: application/json" \
-d '{
"model": "modelscope.cn/Embedding-GGUF/bge-large-zh-v1.5:latest",
"prompt": "测试文本"
}'

 

posted on 2025-11-14 17:18  yi-sheng  阅读(0)  评论(0)    收藏  举报