整理文件路径:Technical→AI/

This commit is contained in:
2026-04-14 18:54:05 +08:00
parent c9767442ca
commit b6a3ed5f77
145 changed files with 4249 additions and 83 deletions

View File

@@ -0,0 +1,22 @@
---
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