Loading

随笔分类 -  AI

摘要:问题1: 接入feishu,首次聊天出现 解决: 在openclaw里添加配对码 openclaw pairing approve feishu XXXXXXX 问题2: 更换openclaw模型配置 阅读全文
posted @ 2026-03-02 00:15 踩坑大王 阅读(36) 评论(0) 推荐(0)
摘要:edc-rag(Efficient Dynamic Clustering-based document Compression for Retrieval-Augmented Generation) https://arxiv.org/abs/2504.03165 https://mp.weixin 阅读全文
posted @ 2025-04-08 00:30 踩坑大王 阅读(65) 评论(0) 推荐(0)
摘要:数据库问答 文件解析 以excel文件为主,当前支持解析的布局类型: 单表:多层级横向表头+数据,如: | age _ salary age name _ 18 meme 199 存储到sqlite数据库,每个文件的sheet(工作表)视为一张表,存储表名、表描述、表头字段名、字段类型、字段描述 表 阅读全文
posted @ 2025-04-08 00:18 踩坑大王 阅读(53) 评论(0) 推荐(0)
摘要:召回增强 出处:https://mp.weixin.qq.com/s/OKCqxMW0aqLFp9R_alOToA langchain的MultiQueryRetriever是一种增强检索工具,用于解决长文档检索时上下文丢失(??)的问题,从而提高召回率 ParentDocumentRetrieve 阅读全文
posted @ 2025-04-07 23:52 踩坑大王 阅读(165) 评论(0) 推荐(0)
摘要:目录调研开源辅助工具excel 问答思路扁平化表头,将多级表头格式化为一级表头数据预处理agent生成代码并执行结果多表格混合问答测评 调研开源辅助工具 TableGPT unparse pandasai create_dataframe_agent excel 问答思路 扁平化表头,将多级表头格式 阅读全文
posted @ 2024-12-26 14:39 踩坑大王 阅读(30) 评论(0) 推荐(0)
摘要:https://github.com/microsoft/TinyTroupe 阅读全文
posted @ 2024-11-27 09:38 踩坑大王 阅读(52) 评论(0) 推荐(0)