Serendipity
Serendipity pushed to main at Serendipity/Obsidian 2026-07-23 22:09:13 +08:00
3024e4627e 删除 settings.json
Serendipity pushed to main at Serendipity/Obsidian 2026-07-23 22:08:11 +08:00
c5407145e7 docs: 添加 README
Serendipity pushed to main at Serendipity/Obsidian 2026-07-23 22:06:44 +08:00
2dd12d0b67 chore: 清理 .trae 旧文件,新增多篇博客文章
ffa6cbe4d1 chore: 添加 .gitignore,更新 CLAUDE.md,新增网络基础设施科普博客
Compare 2 commits »
Serendipity synced and deleted reference refs/heads/dependabot/npm_and_yarn/tauri-ccc0f537fb at Serendipity/PathEditor from mirror 2026-07-20 17:47:43 +08:00
Serendipity synced commits to refs/heads/dependabot/npm_and_yarn/tauri-910ee8a71f at Serendipity/PathEditor from mirror 2026-07-20 17:47:43 +08:00
Serendipity synced new reference refs/heads/dependabot/npm_and_yarn/tauri-910ee8a71f to Serendipity/PathEditor from mirror 2026-07-20 17:47:43 +08:00
Serendipity pushed to main at Serendipity/cDNA-image-processing 2026-07-16 21:00:14 +08:00
3ca079a980 refactor: 项目目录结构重组
Serendipity pushed to main at Serendipity/cDNA-image-processing 2026-07-16 20:41:20 +08:00
a720845948 chore: 更新流程图和简化版输出图像
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-11 20:15:22 +08:00
2ddb6de92f feat: 第三优先级完善 — CI/CD、PyPI、pre-commit、CHANGELOG、贡献指南、基准测试、ADR
7e0b9553c8 chore: 配置 pre-commit 钩子(ruff + mypy + 通用检查)
4710a305be docs: README 补充 Web UI、.docx 支持说明
6b89488677 test: 补充测试覆盖率 — DB/CLI/Search/Ingest + 修复 chromadb 异常兼容
10c5d3d347 feat: 添加 Web 管理界面(Vue 3 SPA 单文件)+ /admin 挂载
Compare 8 commits »
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-11 19:50:57 +08:00
2d0e8c4997 chore: ruff lint 修复 + 第一优先级全部完成
3e51e166c2 docs: 更新 README — 混合检索、增量入库、Docker、导出功能
1df4793acb feat: 添加 Dockerfile 和 docker-compose.yml 部署方案
9784f5f436 feat: API 安全加固 — 请求体大小限制、审计日志、健康检查免限速
ba814c7a70 feat: CLI 添加 --incremental/--force/--mode 选项
Compare 11 commits »
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-10 15:46:26 +08:00
f7801b45a7 fix: CLI 路径检查改用 is_safe_cli_path(允许绝对路径),更新文档
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-10 15:32:12 +08:00
ec3898ecb7 fix: auth 测试改用 monkeypatch.setattr,MarkdownSplitter 跳过代码块内标题识别
20eec96e92 fix: splitters/__init__.py 导出 HTMLSplitter
f8ec682474 test: 提取 MarkdownSplitter 边界测试到独立文件
9dd1efeec9 fix: ingest_obsidian 移除硬编码回退路径,改为明确错误提示
e99c090152 fix: 速率限制器配置从环境变量读取而非硬编码
Compare 34 commits »
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-07 15:04:53 +08:00
11b6171e21 docs(test-guide): 重写为完整的项目使用与测试文档
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-06 16:57:07 +08:00
405303e82c fix: 修复 44 个代码审查问题 (CRITICAL/HIGH/MEDIUM/LOW)
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-06 13:16:31 +08:00
832201186d fix: 修复 11 个代码架构审计问题
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-06 12:44:09 +08:00
7e77c31e16 docs: 更新 README/CLAUDE 文档 + 配置 uv CUDA 兼容
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-06 00:04:11 +08:00
eebdef739c fix: 修复 MarkdownSplitter 死循环 + 添加 GPU 自动检测
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-05 04:46:51 +08:00
d141baf964 fix: use path hash prefix for source_file names to prevent same-name collisions; add size filter to ingest script
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-05 02:14:20 +08:00
d3cb88525c feat: multi-file, stdin, and glob support for ingest; fix stderr UTF-8
Serendipity pushed to main at Serendipity/md-vector-db 2026-07-05 02:10:27 +08:00
4b2fd3d33a feat: add --json output and --collection to CLI for MCP scripting