# notes-agent-pub **Repository Path**: emptypty/notes-agent-pub ## Basic Information - **Project Name**: notes-agent-pub - **Description**: notes-agent-pub - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2026-05-07 - **Last Updated**: 2026-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 电商知识库管理系统 基于 RAG(检索增强生成)的电商客服知识库管理平台,提供知识库维护、智能问答测试和系统管理功能,面向客服团队(< 50 人)的私有化部署方案。 ## 技术架构 ``` ┌─────────────────────────────────────────────────────────┐ │ 前端 (kb-web) │ │ Vue 3 + TypeScript + Element Plus + Pinia + Vite │ └──────────────────────────┬──────────────────────────────┘ │ HTTP / SSE ┌──────────────────────────▼──────────────────────────────┐ │ 后端 (kb-admin) │ │ Spring Boot 3.2.5 + Java 17 │ │ ┌──────────┐ ┌──────────┐ ┌──────────────────┐ │ │ │ Security │ │ MyBatis │ │ RAG Pipeline │ │ │ │ + JWT │ │ Plus │ │ Embedding → LLM │ │ │ └──────────┘ └──────────┘ └──────────────────┘ │ └───────┬──────────────┬───────────────┬─────────────────┘ │ │ │ ┌────▼────┐ ┌────▼────┐ ┌──────▼──────┐ │ MySQL │ │ Redis │ │ Milvus │ │ 8.0 │ │ 7 │ │ v2.4 │ │ 业务数据 │ │ 缓存/会话│ │ 向量检索 │ └─────────┘ └─────────┘ └─────────────┘ │ ┌───────────────┼───────────────┐ │ │ ┌─────▼─────┐ ┌───────▼───────┐ │ 智谱 GLM-4.5│ │ 腾讯混元 │ │ 对话生成 │ │ 文本向量化 │ └───────────┘ └───────────────┘ ``` ## 技术栈 | 层级 | 技术 | 说明 | |------|------|------| | 前端 | Vue 3 + TypeScript | Composition API + `