下载模型
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": "测试文本" }'