ollama安装embedding 模型
ollama pull embeddinggemma
ollama list
测试
curl http://localhost:11434/api/embed -d ‘{“model”: “embeddinggemma”,“input”: “Why is the sky blue?”
}’
官网https://ollama.com/
文档地址https://docs.ollama.com/linux
curl -fsSL| sudo tar x -C /usr
Star…
2026/8/14 14:04:36