Files
GraphRAGAgent/backend/CLAUDE.md
plf b02d3378fc 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>
2026-06-07 17:30:04 +08:00

29 lines
470 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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