Auto-sync

This commit is contained in:
2026-04-15 07:37:53 +08:00
parent 1bce532898
commit f3569a835b
484 changed files with 0 additions and 18663 deletions

View File

@@ -1,22 +0,0 @@
---
title: "Knowledge Base RAG"
type: source
tags: [openclaw, rag, knowledge, automation]
date: 2026-03-06
---
## Source File
- [[raw/Agent/usecases/knowledge-base-rag.md]]
## Summary
- 核心主题基于RAG的知识库系统
- 问题域:分散的知识难以搜索和利用
- 方法/机制RAG检索增强生成系统从知识库中检索相关信息
- 结论/价值让Agent能够基于自有知识库回答问题
## Key Claims
- RAG系统从自有知识库中检索相关信息
- 向量数据库支持语义搜索
- 定期更新知识库内容
## Key Concepts