Commit Graph

4 Commits

Author SHA1 Message Date
admin d2f782e47e fix: API 请求前用 keycloak.updateToken(30) 刷新即将过期的 token
GraphRAG CI/CD / build-and-deploy (push) Successful in 3m7s
getToken() 只返回缓存的 token,可能已过期(默认 5 分钟生命周期)。
updateToken(30) 确保发送前 token 至少还有 30 秒有效时长。
2026-06-18 16:02:07 +08:00
admin 1d12cb574e fix: cleanup k8s configs, add deploy.sh, remove hardcoded secrets
- Add one-click deploy script (k8s/deploy.sh) for test + prod
- Add startupProbe to backend (60x10s = 10min grace for ML model loading)
- Add configmap.yaml and secret.yaml (envsubst from backend/.env)
- Fix image URLs: add registry.plfai.cn prefix
- Fix frontend: API base URL relative (/api/v1), login-required mode
- Remove hardcoded localhost references from frontend
- Clean broken kustomize overlays
- Add nodeAffinity for backend→k8smaster, frontend→plf-cvm/k8smaster
- Remove dead ReplicaSets and stale pods during deploy
2026-06-16 14:15:31 +08:00
admin 23f07dd3a7 feat: 集成 Keycloak 认证 — 前后端 + K8s 配置 2026-06-15 17:30:57 +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