docs(vault): add feature walkthroughs and sync local notes

This commit is contained in:
2026-09-06 02:26:15 +08:00
parent 7001794a22
commit 9e0715f9db
10 changed files with 447 additions and 6 deletions
@@ -1,7 +1,8 @@
---
***
title: 向量数据库与相似度检索
tags: 向量数据库, 检索
---
---------------
# 向量数据库
@@ -18,3 +19,5 @@ sqlite-vec 是一个轻量的 SQLite 向量扩展,支持 vec0 虚拟表。
## 混合检索
结合全文检索与向量检索,用 RRF 融合排序结果。