• 融合检索 & Rerank 在 RAG 中的效果评测

    融合检索 & Rerank 在 RAG 中的效果评测

    RAG 的基本原理 RAG 的工作流程主要分为两个阶段: Embedding 的缺点 Embedding 的具象化理解可以是,用一组高维数据来表达一段文本的核心内容。如果这段文本非常长,或者包含的内容非常多样化,那么固定维度的 embedding 是很难表达文本的全面内容的。因此:…

  • Reducing hallucination in structured outputs via Retrieval-Augmented Generation

    Reducing hallucination in structured outputs via Retrieval-Augmented Generation

    一句话介绍 主要介绍了一种使用检索增强生成(RAG)技术来减少生成性人工智能(GenAI)中幻觉现象的方法,并在工作流程 (workflow) 生成任务中实际应用了这种方法。 by heycc 业务场景 把用户的自然语言转换成 json 结构化的…