Skills MCP Model 博客 提交 Skills

AI 开发 教程

系统化的 AI 开发学习路径。从提示词工程到模型微调,从 RAG 到 Agent 开发,覆盖 AI 应用开发全栈知识。共 142 篇教程,18 个分类,入门到高级全覆盖。

找到 15 篇教程

RAG Retrieval Augmented Intermediate

DeepSeek RAG Retrieval-Augmented Tutorial

Complete tutorial for building a RAG system based on DeepSeek: document loading, text splitting, vector retrieval, re-ranking, and multi-turn dialogue integration. Includes LangChain and LlamaIndex practical code and enterprise-level RAG architecture design.

RAG 检索增强 LangChain 向量数据库
2025-06 24 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

RAG Re-ranking and Hybrid Search in Practice: From BM25 to Cross-Encoder

Vector retrieval alone has limited recall; reranking is a key step in improving RAG effectiveness. This article systematically explains BM25 sparse retrieval, vector retrieval with RRF fusion, and complete practices for Cross-Encoder reranking.

RAG 重排序 混合检索 BM25
2026-08 22 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

Vector Database Selection in Practice

Vector databases are the core infrastructure of RAG systems, but with many options like Milvus, Pinecone, Weaviate, Qdrant, and Chroma, how do you make the optimal selection decision? This article comprehensively compares performance, cost, ease of use, and scalability, and provides selection recommendations based on real business scenarios.

向量数据库 选型 RAG Milvus Qdrant
2026-07 20 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

Deep Optimization of Document Chunking Strategies

Document chunking is the most underestimated critical step in RAG systems. The quality of the chunking strategy directly affects retrieval quality and the accuracy of the final answer. This article deeply analyzes strategies such as fixed-size chunking, semantic chunking, recursive chunking, and sentence-level chunking to help you find the optimal solution.

RAG 文档分块 Chunking 检索优化
2026-07 18 分钟阅读
阅读教程 →
RAG Retrieval Augmented Beginner

Getting Started with Multimodal RAG

Traditional RAG can only handle text, but real-world data is far more than text. Multimodal RAG incorporates non-text data such as images, tables, and audio into the retrieval-augmented scope, enabling AI to understand richer information forms. This article takes you from scratch to understand the design philosophy and implementation path of multimodal RAG.

RAG 多模态 图像理解 入门教程
2026-07 16 分钟阅读
阅读教程 →
RAG Retrieval Augmented Advanced

RAG Evaluation and Quality Metrics System

Without measurement, there is no improvement. Quality evaluation of RAG systems involves three levels: retrieval quality, generation quality, and end-to-end quality. This article systematically explains core evaluation metrics and frameworks such as Recall@k, MRR, Faithfulness, and RAGAS to help you establish a scientific RAG quality measurement system.

RAG 评估 质量度量 RAGAS
2026-07 22 分钟阅读
阅读教程 →
RAG Retrieval Augmented Advanced

Agentic RAG: Let AI Retrieve Autonomously

Traditional RAG is passive—the system retrieves what the user asks. Agentic RAG gives AI autonomous decision-making ability, enabling it to proactively determine whether retrieval is needed, what to retrieve, and how to integrate multiple retrieval results. This article deeply analyzes the architecture design and implementation path of Agentic RAG.

RAG Agent 自主检索 高级架构
2026-07 25 分钟阅读
阅读教程 →
RAG Retrieval Augmented Advanced

Graph-Enhanced RAG (GraphRAG) in Practice

Traditional RAG only retrieves text fragments; GraphRAG introduces knowledge graphs on this basis, enabling multi-hop reasoning and relation-aware retrieval. This article explains the construction and practical application of GraphRAG from scratch.

GraphRAG 知识图谱 RAG Neo4j
2026-07 25 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

Design of Multilingual RAG Systems

Building a RAG system that supports multiple languages such as Chinese, English, Japanese, and Korean presents unique challenges. This article explains a complete solution for multilingual embeddings, cross-lingual retrieval, translation strategies, and performance optimization.

多语言 RAG 跨语言检索 翻译
2026-07 18 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

RAG Caching and Performance Optimization

The performance bottleneck of a RAG system is often not the model but the retrieval. This article explains multi-level caching strategies, Redis acceleration, semantic caching, and batch optimization techniques to increase your RAG system's response speed by 10 times.

RAG 缓存 性能优化 Redis
2026-07 17 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

Large Model Hallucination: Root Cause Analysis and Mitigation Strategies

Hallucination is one of the most troublesome problems in large model applications. This article provides an in-depth analysis of the causes of hallucination and offers systematic mitigation strategies such as RAG, fact-checking, and uncertainty quantification to help build more reliable AI applications.

幻觉问题 事实核查 RAG 可靠性
2025-07 17 分钟阅读
阅读教程 →
RAG Retrieval Augmented Beginner

Building an Enterprise-Grade AI Knowledge Base System from Scratch

Enterprise knowledge bases are the best entry point for AI implementation. This article comprehensively explains how to build an enterprise-level AI knowledge base system that supports multi-format documents, permission management, and continuous updates, from requirements analysis to system deployment.

知识库 企业AI 文档处理 系统架构
2025-07 18 分钟阅读
阅读教程 →
RAG Retrieval Augmented Advanced

Advanced RAG: Multi-hop Retrieval and Self-Query

Basic RAG cannot handle complex problems that require cross-document reasoning. This article provides an in-depth explanation of advanced RAG techniques such as multi-hop retrieval, self-query retrieval, and context compression, helping you elevate your RAG system to production-grade level.

高级RAG 多跳检索 自查询
2025-06 20 分钟阅读
阅读教程 →
RAG Retrieval Augmented Intermediate

Vector Database Selection: Chroma vs Pinecone vs Milvus

Vector databases are core components of RAG systems. This article compares three mainstream vector databases—Chroma, Pinecone, and Milvus—from four dimensions: performance, ease of use, cost, and scalability, helping you make the right selection decision.

向量数据库 Chroma Milvus Pinecone
2025-04 18 分钟阅读
阅读教程 →
RAG Retrieval Augmented Beginner

RAG from Beginner to Production: Complete Tech Stack

RAG (Retrieval-Augmented Generation) is the core paradigm for current AI application development. Starting from scratch, this article systematically explains the principles, architecture, and technology stack of RAG, taking you from conceptual understanding to building a usable RAG application.

RAG 检索增强 知识库
2025-03 16 分钟阅读
阅读教程 →

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

完全免费,取消任意时间。我们不会发送垃圾邮件。