自学内容网 自学内容网

Ollama、FastGPT大模型RAG知识库结合使用案例

参考:
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

原文地址:https://blog.csdn.net/weixin_42357472/article/details/137666022

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!