参考:
https://ollama.com/download/linux
https://doc.fastai.site/docs/intro/
https://blog.csdn.net/m0_71142057/article/details/136738997
https://doc.fastgpt.run/docs/development/custom-models/m3e/
https://concise-eater-d47.notion.site/Ollama-Fastgpt-b17026a3d22a48a8ab900f477b73628a
Ollama作为后端大模型加载运行
FastGPT作为前端页面聊天集成RAG框架
1、Ollama linux运行
ollama linux安装:
curl -fsSL https://ollama.com/install.sh | sh
ollama服务启动停止
sudo systemctl status ollama # check the status of the service
sudo systemctl stop ollama # kil