# rag-practice **Repository Path**: jerryow/rag-practice ## Basic Information - **Project Name**: rag-practice - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-13 - **Last Updated**: 2025-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rag-practice # 虚拟环境 pip install virtualenv python -m venv myvenv # 导出依赖包 pip freeze > requirements.txt # 安装依赖包 pip install -r ./requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple