Commit Graph

2 Commits

Author SHA1 Message Date
admin 71676dba9e feat: 新增 .txt 纯文本文件支持
GraphRAG CI/CD / build-and-deploy (push) Successful in 5m4s
- 添加 txt 到允许上传格式,跳过 MinerU OCR
- 直接读取 UTF-8 文本,按 3000 字符/页分页后送入 LangExtract
- 适合有中文文本的规范文件,避免扫描件 OCR 乱码问题
2026-06-18 17:00:40 +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