Files
nexus/wiki/sources/knowledge-base-rag.md

22 lines
581 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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