Tag: dev
All the articles with the tag "dev".
如何构建现代人工智能平台:学习《AI工程师》的核心技能
Published:如何构建生产级别的现代人工智能平台? 即将出版《AI Engineer》的作者@chipro 解释也太好了!🤯🔥 核心组件: 🧠上下文增强 🛡️安全保卫 🚦模型路由和网关 ⚡缓存: 🔧复杂逻辑和动作 👁️可观察性与Agentic Workflow编排 详解《AI工程师》能力模型,非常值得学习! 原文👉
Building A Generative AI Platform
Published:After studying how companies deploy generative AI applications, I noticed many similarities in their platforms. This post outlines the common components of a generative AI platform, what they do, and how they are implemented. I try my best to keep the architecture general, but certain applications might deviate. This is what the overall architecture looks like.
Github - alangrainger/obsidian-lazy-plugins Load plugins with a delay on Obsidian startup, so that you can get your app startup down into the sub-second loading time.
Published:Load plugins with a delay on Obsidian startup, so that you can get your app startup down into the sub-second loading time. - alangrainger/obsidian-lazy-plugins
OpenAI 更新模型版本,支持 100% JSON Schema 匹配
Published:OpenAI 更新模型版本!🔥 更强大的结构化输出来了 现在可以实现 100% 的 JSON Schema 匹配输出,重大利好基于 API 的开发者!AI 应用基本上需要做结构化输出生成 UI、提取结构化数据、进行意图抽取等🤯🤯 像 Outlines 这样的库可以达成类似的目标
MegaParse:强大的多功能文档解析器
Published:MegaParse @quivr_brain MegaParse 是一个强大且多功能的解析器 (Parser),可以轻松处理各种类型的文档,来自 Quivr —— GenAI 第二大脑开源项目 Quivr 的开发团队,它可以处理 Text、PDF、PPT、Excel和 Word,保障解析过程中不损失任何信息。 🎯 主要特点 🎯 - 多功能解析器:MegaParse…
GitHub - stack-auth/stack Open-source Auth0/Clerk alternative
Published:Open-source Auth0/Clerk alternative. Contribute to stack-auth/stack development by creating an account on GitHub.
基于 Tailwind CSS 的开源落地页模板库上线
Published:开源分享 Page UI (from @d4m1n ) Page UI是开源的 Landing Page 模板库,基于 @tailwindcss 和 @shadcn ,它提供的不只是丰富的落地页组件,更重要的是它基于这些组件制作了很多落地页模板,均可复制粘贴使用。 Page UI 昨天上线PH并取得第一名的好成绩。
麻省理工强烈推荐的130页机器学习备忘录,已开源!
Published:麻省理工人工智能实验室 @MIT_CSAIL 强烈推荐的 130 页机器学习备忘录清单!详细了解 MachineLearning 核心概念 🔥 目前已开源,6.7K Star ⭐️ 非常全面!包括概率、生成式模型、高斯模型、贝叶斯统计、线性回归、逻辑回归、EM 算法、核、蒙特卡洛推理、深度学习等