feat: release v0.2.2 — TCVDB backend, BM25 hybrid retrieval, pipeline refactor

This commit is contained in:
chrishuan
2026-05-13 01:23:05 +08:00
parent 5bf5f890a3
commit a74b0b3e43
45 changed files with 8247 additions and 756 deletions
+22
View File
@@ -0,0 +1,22 @@
# 测试文件
*.test.ts
*.test.js
*.spec.ts
*.spec.js
__tests__/
# 开发文档与辅助
docs/
benchmark-runs/
workspace/
# 环境与配置
.env
.env.*
.gitignore
.codebuddy/
.coding-ci.yaml
# 运行时产物
node_modules/
*.tgz