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
@@ -2,7 +2,6 @@
title: RAG 检索增强与引用定位
tags: RAG, 产品
---
# RAG 概述
检索增强生成先检索相关文档块,再交给大模型生成回答。
@@ -16,3 +15,4 @@ tags: RAG, 产品
## Reranker 精排
粗排后使用 Reranker 对候选块重新打分,提升相关性。