1. 安装
1.1 下载iso

1.2 vmware安装
- 配置

- 安装

2. 初始化配置
2.1 用户名
hostnamectl set-hostname rag |
3.2 防火墙
systemctl status firewalld.service |
3.3 静态ip
cd /etc/sysconfig/network-scripts |
3.4 yum源更新
## 1. 重命名CentOS-Base文件 |
3.5 安装git
yum install git |
3.6 安装miniconda
####1. conda############################################################################# |
3. RAG实验环境配置
3.1 安装依赖库
pip install langchain langchain_community pypdf sentence-transformers faiss-cpu dashscope -i https://pypi.tuna.tsinghua.edu.cn/simple |