聊天机器人-RAG+MCP
requirements.txt包含所有必需的包。
步骤1:克隆github存储库 git clone https://github.com/Chaithra-J/OSO.Earth
步骤2:导航到项目目录 cd OSO.Earth
步骤3:创建虚拟环境 python3 -m venv venv
步骤4:激活环境 对于Windows(命令提示符): venv\Scripts\activate.bat
对于MacOS: source venv/bin/activate
步骤5:安装依赖项 pip install -r requirements.txt
步骤6:运行应用程序 在VS Code终端上: python -m uvicorn backend.main:app --reload
第7步:运行streamlitd 在VS Code终端上: streamlit run frontend.app.py
