fastgpt的智能问答和知识库做的挺好,需要基于源码修改。
下载源码:
我这里下载的是FastGPT4.8.11
0、安装OLLAMA(比较简单,略)
1、安装nodejs
最新的js有问题,我安装了18.20.5LTS
2、设置npm源
npm config set registry
http://registry.npm
mirror.com (kylin os 设置无效)
3、安装pnpm
npm install pnpm -g --registry=
http://registry.npm