# RAG-server **Repository Path**: zhang-jing151/rag-server ## Basic Information - **Project Name**: RAG-server - **Description**: boc rag project - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-09-27 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动 1. Python3.10 2. 首先安装依赖 `pip install -r requirements.txt`建议首先创建虚拟环境 3. 将QWEN_API_KEY加入环境变量中 4. 启动命令 `uvicorn main:app --port 8000 --reload --loop asyncio` # 文件说明 1. main文件是主程序文件,包含所有程序必须的工具函数与接口,详细接口见接口文档 2. test_evaluation.py是测试程序,用于测试模型效果