上一页 1 2 3 4 5 6 ··· 48 下一页
摘要: FastAPI 里最核心的数据流转设计问题之一,本质是: 🔥 DTO(Pydantic) ↔ ORM(SQLAlchemy) ↔ DB Model 实例 Pydantic BaseModel(API层 DTO) 👉 作用:接口输入/输出 class UserSchema(BaseModel): 阅读全文
posted @ 2026-07-05 16:51 Felix_Openmind 阅读(18) 评论(0) 推荐(0)
摘要: 进阶优化(非常关键) 1️⃣ Query Rewrite(查询改写) LLM: 用户问题 → 改写成: keyword query semantic query filter condition 2️⃣ Multi-query expansion 问题: “用户登录失败” 扩展: 登录失败原因 au 阅读全文
posted @ 2026-07-04 23:12 Felix_Openmind 阅读(8) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/1285026182YUAN/p/18519790 https://developer.aliyun.com/article/1600353 https://juejin.cn/post/7222654249133260856 阅读全文
posted @ 2026-07-04 15:00 Felix_Openmind 阅读(5) 评论(0) 推荐(0)
摘要: 一、纯 LLM 意图分类(1.0 阶段) 1️⃣ 架构本质 最早最简单的方案是: 用户问题 → Prompt → LLM → 输出 intent(chat / rag / tool / code) 例如: 请判断用户意图: 输出:chat | rag | tool | code 2️⃣ 特点 ✔ 优 阅读全文
posted @ 2026-07-03 23:19 Felix_Openmind 阅读(30) 评论(0) 推荐(0)
摘要: chrome://password-manager/settings 阅读全文
posted @ 2026-06-30 17:37 Felix_Openmind 阅读(5) 评论(0) 推荐(0)
摘要: <template> <div class="empty-box"> <svg t="1748418826050" class="icon" viewBox="0 0 1522 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id=" 阅读全文
posted @ 2026-06-26 15:36 Felix_Openmind 阅读(6) 评论(0) 推荐(0)
摘要: Umi的约束性的体现除了路由, webpack 还有哪些呢?webpack是指的MFSU吗? 什么是Umi的补丁方案?(可以体现Umi的扩展性很好) Umi是前端应用框架,是蚂蚁集团的底层前端框架,这2者有什么区别呢,是否一个意思?什么是前端应用框架?什么是底层前端框架? Umi/next.js/r 阅读全文
posted @ 2026-06-26 11:07 Felix_Openmind 阅读(6) 评论(0) 推荐(0)
摘要: yum install -y rng-tools systemctl enable rngd systemctl start rngd # 验证 [root@192 milvus]# cat /proc/sys/kernel/random/entropy_avail 2984 阅读全文
posted @ 2026-06-22 23:46 Felix_Openmind 阅读(7) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/2104219/202606/2104219-20260620160447915-2023133450.png) ![image](https://img2024.cnblogs.com/blog/2104219/202606/2104219-20260620160503861-1492619031.png) 阅读全文
posted @ 2026-06-20 16:05 Felix_Openmind 阅读(5) 评论(0) 推荐(0)
摘要: 向量数据库milvus安装 CentOS + Docker + Milvus Standalone(单机版) CentOS 8GB Docker │ ├── Redis ├── PostgreSQL ├── MinIO(RELEASE.2023-03-20T20-16-18Z) ├── etcd(v 阅读全文
posted @ 2026-06-16 21:39 Felix_Openmind 阅读(15) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 48 下一页
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}