上一页 1 2 3 4 5 6 ··· 46 下一页
摘要: RAG(Retrieval-Augment-Generation) 检索-增强-生成 先从资料库中检索相关内容 再基于这些内容来生成答案 RAG的使用场景 产品手册太长带来的问题 1.模型无法读取所有内容 2.模型推理成本高 3.模型推理慢 RAG处理流程 问题: 如何分片、如何选择相关的片段 分片 阅读全文
posted @ 2026-04-05 16:15 Felix_Openmind 阅读(16) 评论(0) 推荐(0)
摘要: <template> <div class="input-date-picker"> <!-- 输入框 --> <a-input v-model:value="inputValue" :placeholder="placeholder" @blur="handleBlur" @pressEnter= 阅读全文
posted @ 2026-03-31 12:58 Felix_Openmind 阅读(22) 评论(0) 推荐(0)
摘要: ctrl + shift + r ^.*console\.log\(.*$[\r\n]* 阅读全文
posted @ 2026-03-11 14:07 Felix_Openmind 阅读(6) 评论(0) 推荐(0)
摘要: c-p-w [AddCommand.vue、OfficeUserSelector.vue、SelectorUserModal.vue、SelectOrgModal.vue] 选择成员 <!-- src/components/Distribute/components/SelectUserModal. 阅读全文
posted @ 2026-03-02 11:32 Felix_Openmind 阅读(10) 评论(0) 推荐(0)
摘要: Picker.vue <template> <a-select v-model:value="value" :options="formattedMonths.map(item => ({ value: item }))" mode="multiple" placeholder="请选择季度" st 阅读全文
posted @ 2025-12-15 15:36 Felix_Openmind 阅读(42) 评论(0) 推荐(0)
摘要: cron表达式 效果 实现方式 安装: "vue3-cron-plus": "0.1.9", import {vue3CronPlus} from "vue3-cron-plus" import "vue3-cron-plus/dist/index.css" // 引入样式 <el-form-ite 阅读全文
posted @ 2025-12-05 15:53 Felix_Openmind 阅读(100) 评论(0) 推荐(0)
摘要: Tween.js https://tweenjs.github.io/tween.js/README_zh-CN.html GSAP(GreenSock Animation Platform) https://gsap.com/ Anime.js https://animejs.com/ 阅读全文
posted @ 2025-12-04 10:54 Felix_Openmind 阅读(13) 评论(0) 推荐(0)
摘要: .ant-table-thead .ant-table-cell { border-right: 1px solid #939ba7 !important; background-color: #ceeef1 !important; } .ant-table-expanded-row .ant-ta 阅读全文
posted @ 2025-11-28 17:02 Felix_Openmind 阅读(24) 评论(0) 推荐(0)
摘要: 效果 antReset.css .ant-menu-submenu .ant-menu-submenu-popup .ant-menu .ant-menu-light { border: 1px solid #173808 !important; } /* 直接针对 popup 整体背景 */ .a 阅读全文
posted @ 2025-11-06 19:08 Felix_Openmind 阅读(23) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 46 下一页
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}