Commit Graph

3 Commits

Author SHA1 Message Date
admin 09d10de6d5 fix: 修复健康检查 venv 路径、HTML 标题及硬编码 Windows 路径
- health check 改用 sys.executable 动态获取 Python 路径,适配容器内 /opt/venv
- demo 数据 fallback 路径修正,移除硬编码的 F:/GraphRAGAgent Windows 路径
- 前端 index.html 标题从"构建产品原型"改为"GraphRAG Studio"
2026-06-17 22:27:46 +08:00
admin fd1bac551c fix: 修复 Linux 兼容性,添加原生构建依赖,忽略运行时数据 2026-06-11 14:21:04 +08:00
admin 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