# better_rag **Repository Path**: neo163/better_rag ## Basic Information - **Project Name**: better_rag - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-24 - **Last Updated**: 2024-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Better RAG Better RAG ## Python虚拟环境 Python 3.11.7 ``` python -m venv env1 # Windows进入虚拟环境 .\env1\Scripts\activate # Linux进入虚拟环境 source env1/bin/activate ```