Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

realyinchen/RAG

Repository files navigation

RAG

RAG 系列教程源码仓库

rag_landscape

关注我的微信公众号获取最新推送

wechat_qrcode

运行环境

  1. 安装miniconda
  2. 创建虚拟环境
    $ conda create -n rag python=3.12
    
    我使用的是 python==3.12.7
  3. 激活虚拟环境
    $ conda activate rag
    
  4. 配置 jupyter kernel
    $ conda install -c anaconda ipykernel
    $ python -m ipykernel install --user --name rag
    
  5. 将项目根目录下的环境变量配置文件重命名,并根据实际情况,填入你的配置信息
    $ mv .example.env .env
    

About

RAG 系列教程源码仓库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published