08 2025 档案

摘要:This XML file does not appear to have any style information associated with it. The document tree is shown below. 1 here. --> - none (turns off loggin 阅读全文
posted @ 2025-08-18 14:40 kevinWwm 阅读(60) 评论(0) 推荐(0)
摘要:1.注入三个clickhouse节点 package pro.nbbt.xulian.business.gps.config; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation. 阅读全文
posted @ 2025-08-07 15:38 kevinWwm 阅读(24) 评论(0) 推荐(0)
摘要:RAG(Retrieval-Augmented Generation,检索增强生成)是一种结合检索和生成的技术,用于提升生成式AI模型(如GPT等)的能力和准确性。RAG将外部知识检索与生成模型相结合,使模型能够基于实时或动态的数据生成更相关的答案 RAG的核心流程 检索阶段(Retrieval) 阅读全文
posted @ 2025-08-01 11:19 kevinWwm 阅读(123) 评论(0) 推荐(0)