test(retrieval): 增加检索测试数据与单元端到端测试

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
yxx
2026-08-27 19:24:20 +08:00
co-authored by Claude
parent 6b16ad1a08
commit dbcb94b413
7 changed files with 347 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---
title: Notes Agentic 项目说明
tags: 项目
---
# 项目说明
这是一个 AI 笔记软件,支持 Markdown 块级索引与混合检索。
后端基于 FastAPI,检索使用 SQLite FTS5 与 sqlite-vec 向量检索。