Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Rookiecoder-jsjs
/
GraphRAG
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: Rookiecoder-jsjs/GraphRAG
Actions
All workflows
Workflows
CI
CI
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
16 workflow runs
16 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
fix: 修复前端审查发现的 4 个 MEDIUM + 3 个 LOW 问题
CI
#16:
Commit
8b383ce
pushed by
Rookiecoder-jsjs
1m 25s
main
main
1m 25s
View workflow file
refactor: 清理 Button.vue 占位 cssVars + 修正 ADR-001 死引用
CI
#15:
Commit
de1f626
pushed by
Rookiecoder-jsjs
1m 19s
main
main
1m 19s
View workflow file
test(eval): 新增 chapter2~8 覆盖的 7 个 gold 用例
CI
#14:
Commit
e2215d4
pushed by
Rookiecoder-jsjs
1m 36s
main
main
1m 36s
View workflow file
feat(eval): RAG 测评完整流程——真实 gold 用例 + LLM-as-judge 生成指标
CI
#13:
Commit
1cb5f49
pushed by
Rookiecoder-jsjs
1m 32s
main
main
1m 32s
View workflow file
feat(i18n): 前端可见文案中文化——12 视图 + 组件全覆盖
CI
#12:
Commit
0f671eb
pushed by
Rookiecoder-jsjs
1m 30s
main
main
1m 30s
View workflow file
perf: 图谱可视化性能优化——布局收敛/数据瘦身/边标签降级
CI
#11:
Commit
46cea7d
pushed by
Rookiecoder-jsjs
1m 23s
main
main
1m 23s
View workflow file
fix: embedding 维度不匹配——Qwen3 默认 4096 维撞上集合 1024 维致搜索 500
CI
#10:
Commit
f04cd8f
pushed by
Rookiecoder-jsjs
1m 28s
main
main
1m 28s
View workflow file
fix: 修复审查发现——事件循环阻塞/竞态/数据一致性/前端资源泄漏/部署脚本
CI
#9:
Commit
681b4c6
pushed by
Rookiecoder-jsjs
1m 26s
main
main
1m 26s
View workflow file
fix(ci): 测试隔离与 async 测试真跑——端点测试 stub Chroma lifespan,embedding 重试测试双模式
CI
#8:
Commit
8e17208
pushed by
Rookiecoder-jsjs
1m 25s
main
main
1m 25s
View workflow file
ci: pytest 改用 python -m pytest 修复模块收集失败
CI
#7:
Commit
268aaf5
pushed by
Rookiecoder-jsjs
1m 28s
main
main
1m 28s
View workflow file
ci: pytest 失败时把错误尾部输出为 check annotation,便于免登录诊断
CI
#6:
Commit
35550fb
pushed by
Rookiecoder-jsjs
1m 27s
main
main
1m 27s
View workflow file
fix(ci): bcrypt 升级至 4.1.3 解决依赖解析冲突
CI
#5:
Commit
744be36
pushed by
Rookiecoder-jsjs
1m 24s
main
main
1m 24s
View workflow file
fix(retrieval): BM25 索引并发锁防丢更新;邻居扩展多跳遍历;调试输出清理
CI
#4:
Commit
113adcf
pushed by
Rookiecoder-jsjs
20s
main
main
20s
View workflow file
fix: 架构审计修复——数据一致性/并发/流式对话/前端资源泄漏
CI
#3:
Commit
9629e87
pushed by
Rookiecoder-jsjs
9s
main
main
9s
View workflow file
docs: 同步 README 至意图路由/统一检索管线/中间件/迁移/CI 现状
CI
#2:
Commit
4aefc7e
pushed by
Rookiecoder-jsjs
10s
main
main
10s
View workflow file
feat: 意图感知检索管线 + 数据对账/迁移基线 + CI
CI
#1:
Commit
5968a7e
pushed by
Rookiecoder-jsjs
9s
main
main
9s
View workflow file
You can’t perform that action at this time.