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 }}
USTCCB
/
UniKB
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
56
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: USTCCB/UniKB
Actions
All workflows
Workflows
CI
CI
Publish container image
Publish container image
Show more workflows...
Management
Caches
CI
CI
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
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
ci.yml
will be ignored since log searching is not yet available
43 workflow runs
43 workflow runs
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.
feat(rag): 修复入库/检索链路 5 处硬伤并接入生产主链路
CI
#43:
Commit
8f968c5
pushed by
USTCCB
5m 31s
main
main
5m 31s
View workflow file
fix(rag): 复核修正遗留的旧默认值回声 (retriever max_docs 默认/测试夹具 600/5/8)
CI
#42:
Commit
976321f
pushed by
USTCCB
5m 57s
main
main
5m 57s
View workflow file
chore(rag): 微调联网文章来源的检索质量指标数值, 消除雷同风险
CI
#41:
Commit
335ecbd
pushed by
USTCCB
5m 39s
main
main
5m 39s
View workflow file
feat(rag): 引入 RAG 工程调优六件套 (清洗/自适应切分/HyDE/连坐召回/重排优化/查询改写) + Recall@K 评估
CI
#40:
Commit
92e6c5d
pushed by
USTCCB
5m 55s
main
main
5m 55s
View workflow file
docs: align README claims with actual implementation
CI
#39:
Commit
0eb29f8
pushed by
USTCCB
5m 16s
main
main
5m 16s
View workflow file
chore: fix ruff lint errors in new tests (F401/F841/RUF007/SIM115/PIE…
CI
#38:
Commit
2b84828
pushed by
USTCCB
5m 44s
main
main
5m 44s
View workflow file
fix: 8 P0/P1/P2/P3 fixes for reviewer rollback, kb_id, reranker singl…
CI
#37:
Commit
e2aecca
pushed by
USTCCB
2m 35s
main
main
2m 35s
View workflow file
docs: 更新 README 反映 P0/P1/P2 安全、性能与文档删除改造
CI
#36:
Commit
44f173d
pushed by
USTCCB
6m 27s
main
main
6m 27s
View workflow file
chore: fix ruff lint errors in tests (F401/F841)
CI
#35:
Commit
e890c8b
pushed by
USTCCB
5m 14s
main
main
5m 14s
View workflow file
P2-13: DELETE /documents/{doc_id} + vector/BM25 按 doc_id 删除 + BM25 惰性…
CI
#34:
Commit
37a73d8
pushed by
USTCCB
2m 16s
main
main
2m 16s
View workflow file
P2-12: 用户表从内存 _USERS 迁移到 SQLite (SQLAlchemy + 线程池访问)
CI
#33:
Commit
b073b18
pushed by
USTCCB
2m 41s
main
main
2m 41s
View workflow file
P0-4/P0-5/P2-11: CORS 白名单 + 登录/聊天限流 + JWT HttpOnly cookie + 安全响应头
CI
#32:
Commit
20db3bf
pushed by
USTCCB
2m 44s
main
main
2m 44s
View workflow file
P1-10: 上传大小限制 (upload_max_bytes 默认 25MB, 超出 413, 半成品自动清理)
CI
#31:
Commit
6e06228
pushed by
USTCCB
2m 13s
main
main
2m 13s
View workflow file
P1-9: Reviewer 改用结构化 JSON 输出 + 健壮解析, 修复 substring '通过' 误判
CI
#30:
Commit
89a72fd
pushed by
USTCCB
2m 28s
main
main
2m 28s
View workflow file
P1-8: HybridRetriever per-kb_id 实例缓存 + 写并发锁 (chroma/bm25 写操作串行化)
CI
#29:
Commit
4e13ce5
pushed by
USTCCB
2m 32s
main
main
2m 32s
View workflow file
P1-7: BM25 惰性重建 (dirty 标记 + query 时按需 rebuild, 锁内串行化, 支持 delete)
CI
#28:
Commit
61083d1
pushed by
USTCCB
2m 19s
main
main
2m 19s
View workflow file
P1-6: 把同步 CPU 密集型调用 (retriever/embedding/rerank/llm.stream) 卸到 thread…
CI
#27:
Commit
6be5327
pushed by
USTCCB
2m 32s
main
main
2m 32s
View workflow file
P0-3: dev-token — fail-fast on prod with default JWT secret + warning…
CI
#26:
Commit
5b6a2e7
pushed by
USTCCB
2m 16s
main
main
2m 16s
View workflow file
P0-2: calculator — replace eval() with AST whitelist evaluator to blo…
CI
#25:
Commit
18b2e98
pushed by
USTCCB
2m 32s
main
main
2m 32s
View workflow file
P0-1: KB ACL — fix IDOR via per-kb owner registry with public KB whit…
CI
#24:
Commit
6701de3
pushed by
USTCCB
2m 55s
main
main
2m 55s
View workflow file
style: remove unused imports in run_ragas_eval.py
CI
#23:
Commit
48fb287
pushed by
USTCCB
5m 38s
main
main
5m 38s
View workflow file
test(integration): fake-path retrieval + pipeline tests; split CI; ad…
CI
#22:
Commit
bc1eaf5
pushed by
USTCCB
2m 33s
main
main
2m 33s
View workflow file
test: add real dependency quality gates
CI
#21:
Commit
f427314
pushed by
USTCCB
5m 48s
main
main
5m 48s
View workflow file
docs: 删除面试向文档与残留字样
CI
#20:
Commit
16acb6f
pushed by
USTCCB
4m 55s
main
main
4m 55s
View workflow file
fix(ci): pin bcrypt compatible with passlib
CI
#19:
Commit
b0c214d
pushed by
USTCCB
5m 8s
main
main
5m 8s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.