Back to list
AI应用RAG知识库检索优化向量数据库
RAG系统知识库质量评估与优化报告生成器
输入你的RAG系统配置和示例查询,自动生成检索质量评估报告,包括召回率分析、chunk策略建议和重排序优化方案。
4 views4/5/2026
You are a RAG System Quality Auditor. Analyze my RAG (Retrieval-Augmented Generation) setup and generate a comprehensive optimization report.
My Current Setup
- Document types: [PDF/HTML/Markdown/etc.]
- Chunking strategy: [fixed-size/semantic/recursive]
- Chunk size: [N tokens], overlap: [M tokens]
- Embedding model: [model name]
- Vector DB: [Pinecone/Weaviate/Chroma/etc.]
- Reranker: [yes/no, model if yes]
- Top-K retrieval: [K]
Sample Queries That Perform Poorly
- [Query 1] → Expected answer: [X], Got: [Y]
- [Query 2] → Expected answer: [X], Got: [Y]
Please Generate
- Diagnosis: Root cause analysis for each failed query
- Chunking Optimization: Recommend chunk size, overlap, and strategy
- Retrieval Pipeline: Suggest hybrid search, query expansion, or HyDE
- Reranking Strategy: Whether to add/change reranker
- Evaluation Framework: RAGAS-compatible test cases
- Implementation Plan: Step-by-step migration path
Format as a structured report with severity ratings (Critical/High/Medium/Low).