|
|
il y a 2 jours | |
|---|---|---|
| backend | il y a 2 jours | |
| docker | il y a 2 jours | |
| web | il y a 2 jours | |
| 项目 | il y a 2 jours | |
| .gitignore | il y a 2 jours | |
| LICENSE | il y a 6 jours | |
| README.md | il y a 2 jours |
多维度文档检索应用端
LQMDRetrieval/
── backend/ # 后端 (FastAPI + SQLAlchemy + MySQL + Redis + Elasticsearch + MinIO)
├── web/ # 前端 (Vue 3 + Vite + Element Plus)
├── docker/ # 顶层 Docker Compose 编排
└── 项目结构.md # 详细项目结构说明
cd backend
pip install -r requirements/requirements.txt
python run_server.py
cd web
npm install
npm run dev
docker compose -f docker/docker-compose.yml up -d