# ai-rag **Repository Path**: lichengdev/ai-rag ## Basic Information - **Project Name**: ai-rag - **Description**: 量子棱镜:“量子”传递前沿科技的突破性,暗示AI对复杂问题的降维解析能力;“棱镜”象征多维度数据的光谱化拆解与重构,突出算法对非结构化信息的处理优势。名称充满物理学的冷峻美感,适合聚焦深度学习、计算机视觉或科学计算领域的硬核技术项目。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-30 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ai_rag #### 介绍 量子棱镜:“量子”传递前沿科技的突破性,暗示AI对复杂问题的降维解析能力;“棱镜”象征多维度数据的光谱化拆解与重构,突出算法对非结构化信息的处理优势。名称充满物理学的冷峻美感,适合聚焦深度学习、计算机视觉或科学计算领域的硬核技术项目。 #### 软件架构 软件架构说明 #项目结构 项目结构 模块职责: common-api:存放公共 API 接口、DTO、枚举、常量、工具类 gateway-service:统一流量入口,路由转发 + 统一认证鉴权 ai-service:Spring AI 能力核心实现,OpenAI/阿里百炼等模型调用 user-service:业务服务提供者示例,演示 OpenFeign 调用 message-service:消息收发服务,演示 RocketMQ 集成 #### 使用说明 从远程库中克隆 git clone https://gitee.com/lichengdev/JToolsKit.git git branch 查看当前所有的分支 git checkout 分支名 作用是切换分支 提交代码 git pull git add XX 把xx文件添加到暂存区去。 git commit –m “XX” 提交文件 –m 后面的是注释。 git push origin master Git会把master分支推送到远程库对应的远程分支上 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 #### 全局设置 Git global setup git config --global user.name "xxx" git config --global user.email "xxx@yonyou.com" #### 创建新存储库 Create a new repository git clone https://gitee.com/lichengdev/JToolsKit.git cd feihehr touch README.md git add README.md git commit -m "add README" git push -u origin master #### Existing folder(现有文件夹) cd feihehr git init git remote add origin https://gitee.com/lichengdev/JToolsKit.git git add . git commit -m "Initial commit" git push -u origin master #### Existing Git repository(现有Git存储库) cd feihehr git remote rename origin old-origin git remote add origin https://gitee.com/lichengdev/JToolsKit.git git push -u origin --all git push -u origin --tags git pull origin --all git pull origin master
x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo x-Logo
Version 1.0.0 MIT License x-Logo