GraphRAG Studio — initial commit: multimodal RAG system with KG visualization

Full-stack application for document-to-knowledge-graph pipeline:
- Backend: FastAPI + LangGraph ReAct agent + DeepSeek + MinerU parsing
- Frontend: React 19 + Vite + D3.js + shadcn/ui
- Pipeline: MinerU parsing → LangExtract entity extraction → KG building

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
plf
2026-06-07 17:30:04 +08:00
commit b02d3378fc
127 changed files with 37218 additions and 0 deletions

28
backend/CLAUDE.md Normal file
View File

@@ -0,0 +1,28 @@
# Backend — GraphRAG Studio API
## 路径
```
F:\GraphRAGAgent\backend\
```
## 启动命令
```bash
cd F:/GraphRAGAgent/backend
.venv/Scripts/python.exe -m uvicorn main:app --host 0.0.0.0 --port 8000 --reload
```
## 接口测试
服务启动后,运行:
```bash
.venv/Scripts/python.exe tests/test_api.py
```
## API 文档
- Swagger UIhttp://localhost:8000/docs
- ReDochttp://localhost:8000/redoc
- 健康检查http://localhost:8000/api/v1/health