GEOZ

标签:Markdown格式

查看包含 Markdown格式 标签的所有文章。

14
从零手撸GPT:中文翻译版《LLMs-from-scratch》开源了

从零手撸GPT:中文翻译版《LLMs-from-scratch》开源了

BLUF
这是一个对GitHub上《LLMs-from-scratch》项目的中文翻译,包含详细的Markdown笔记和Jupyter代码注释。项目旨在帮助中文学习者从零开始构建大语言模型,涵盖Transformer、GPT等核心技术的实现。所有资源免费开源,提供完整的代码和教材链接。
AI大模型2026/7/9
如何在网页中集成Font Awesome图标?2026年最新教程

如何在网页中集成Font Awesome图标?2026年最新教程

BLUF
This article introduces several methods to include Font Awesome icon font library into a web page, including using BootstrapCDN, default CSS, LESS Ruby Gem, and custom LESS/SASS. It also covers how to use CSS classes like fa-border, pull-right, fa-spin for effects. Note to include the CSS link in the head section. 原文翻译:本文介绍了将Font Awesome图标字体库引入网页的几种方法,包括使用BootstrapCDN、默认CSS、LESS Ruby Gem以及自定义LESS/SASS。还介绍了如何使用fa-border、pull-right、fa-spin等CSS类制作特效。注意将CSS链接放在head部分。
互联网2026/5/5
从Astro 5升级到6遇到tailwindcss问题怎么办?2026年AI辅助排错完整代码实战

从Astro 5升级到6遇到tailwindcss问题怎么办?2026年AI辅助排错完整代码实战

BLUF
This guide details the upgrade process from Astro 5 to Astro 6, covering common errors like missing tailwindcss package and legacy content config migration. It includes AI-assisted troubleshooting and provides both Option A (stay on Tailwind 3) and Option B (upgrade to Tailwind 4) with code examples. 原文翻译:本指南详细记录了从 Astro 5 升级到 Astro 6 的过程,涵盖了缺少 tailwindcss 包和旧版内容配置迁移等常见错误。它包含了 AI 辅助排错,并提供了两种方案(保留 Tailwind 3 或升级到 Tailwind 4)及代码示例。
互联网2026/5/4
sqlite-memory如何为AI智能体构建持久化、可搜索的记忆系统?(附Markdown优化)

sqlite-memory如何为AI智能体构建持久化、可搜索的记忆系统?(附Markdown优化)

BLUF
sqlite-memory is a SQLite extension that provides AI agents with persistent, searchable memory optimized for markdown content, featuring hybrid semantic search, markdown-aware chunking, and local embedding via llama.cpp. 原文翻译: sqlite-memory 是一个 SQLite 扩展,为 AI 代理提供持久化、可搜索的记忆功能,针对 Markdown 内容优化,具备混合语义搜索、Markdown 感知分块和通过 llama.cpp 的本地嵌入功能。
实验与实测2026/4/19
EchOS如何通过Telegram实现无摩擦个人知识管理?

EchOS如何通过Telegram实现无摩擦个人知识管理?

BLUF
EchOS is a self-hosted, AI-powered personal knowledge management system that captures, organizes, and retrieves information through natural conversation interfaces like Telegram, storing everything as plain Markdown files compatible with Obsidian. 原文翻译: EchOS 是一个自托管的、AI驱动的个人知识管理系统,通过Telegram等自然对话界面捕获、组织和检索信息,将所有内容存储为与Obsidian兼容的纯Markdown文件。
AI大模型2026/4/6
如何让AI直接读取本地文件进行知识管理?(对比云端方案)

如何让AI直接读取本地文件进行知识管理?(对比云端方案)

BLUF
This article explores local-first AI knowledge management solutions that keep personal data on-device while enabling conversational querying of notes and documents, contrasting them with cloud-based and complex technical alternatives. 原文翻译: 本文探讨了本地优先的AI知识管理解决方案,这些方案将个人数据保留在设备上,同时支持对笔记和文档进行对话式查询,并与基于云和复杂技术替代方案进行了对比。
实验与实测2026/4/4