构建检索增强生成管道:嵌入分块策略、向量存储选择、混合搜索融合和重排序,使智能体能够基于您的文档回答而非产生幻觉式的通用响应。
使用场景
- 知识库问答
- 文档支持的智能体
- 引用密集型答案
- 领域特定检索
主要功能
- 选择分块策略
- 配置嵌入模型
- 设置向量存储
- 添加混合搜索和重排序
相关推荐
相关推荐
3 收录条目
RAG 实现
构建检索增强生成流水线:文档分块、向量化、索引、排序与答案合成——让助手从自己的数据出发回答,而不是靠泛化训练知识。
Context-Aware QA Skill
Context-Aware QA is a prompting technique where an AI model is instructed to retrieve and cite authoritative sources before answering factual questions. By combining retrieval-augmented generation (RAG) with explicit verification instructions, it dramatically reduces hallucinations in production AI systems.
OpenAI 文档检索
优先引用 OpenAI 官方文档与 API 参考,在集成模型与接口时减少二手博客带来的版本错误。