🎬 Demo 动图即将上线...
|
|
- Python 3.11+
- Ollama 已安装并运行
- 8GB+ 内存(推荐 16GB)
# 1. 克隆项目
git clone https://github.com/yourusername/mindforge-rag.git
cd mindforge-rag
# 2. 安装依赖
pip install -r requirements.txt
# 3. 拉取模型 (首次运行)
ollama pull llama3:8b
ollama pull nomic-embed-text
# 4. 启动应用
streamlit run app/streamlit_app_v3.py