keshavg25/ECOsupport_copilot
收藏资源简介:
EcoSupport-Copilot是一个检索增强的客户支持助手系统,它结合了重排序、轻量级工具策略和ReAct风格循环。该系统使用检索器(FAISS和双编码器嵌入)和重排序器(交叉编码器)从知识库中检索相关段落,通过工具策略模型决定工具调用(如搜索知识库、获取政策、创建工单或无操作),并利用生成模型基于检索到的证据生成最终答案,同时强制在答案中添加引用。系统输出包括最终答案文本和结构化工具跟踪(用于调试和评估)。
EcoSupport-Copilot is a retrieval-augmented customer support assistant system that integrates re-ranking, lightweight tool strategy, and ReAct-style loops. The system uses a retriever (incorporating FAISS and dual-encoder embeddings) and a re-ranker (cross-encoder) to retrieve relevant passages from the knowledge base. A tool strategy model determines tool invocations, including searching the knowledge base, retrieving policies, creating support tickets, or performing no-op operations. A generative model then generates the final answer based on the retrieved evidence, with mandatory citations required in the answer. The system’s outputs include both the final answer text and structured tool traces for debugging and evaluation purposes.




