教程中心
AI Agent 从入门到实战:概念理解、MCP 使用、平台实操、工作流自动化
2024
教程总数
368
入门教程
45
实操教程
按主题浏览
Vector Database Comparison 2025: Pinecone vs Weaviate vs Qdrant vs pgvector
Performance benchmarks, cost analysis, and use case recommendations
Comprehensive comparison of top vector databases for AI applications. Evaluate performance, scalability, features, and cost to choose the right solution for your RAG and semantic search needs.
Intelligent Document Management: Enterprise Implementation
AI document classification, extraction, and routing system
Intelligent Document Management Overview AI document classification, extraction, and routing system. This guide provides practical, production-ready implementations. **Category**: business-ai **Primary Tool**: openai **Tags**: business-ai, ent
AI Workflow: AI-enhanced email management workflow
Complete guide to AI-enhanced email management workflow using AI tools and automation
AI Workflow: AI-enhanced email management workflow Overview Complete guide to AI-enhanced email management workflow using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import
AI Conference Talk Preparation
Preparing and delivering AI conference presentations
AI Conference Talk Preparation Overview Preparing and delivering AI conference presentations. A comprehensive reference guide for learning career practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_c
How to Build a RAG Chatbot in 30 Minutes: Complete Guide for Developers 2026
Build a document Q&A chatbot step by step
How to Build a RAG Chatbot in 30 Minutes 2026 Introduction In this tutorial, you'll learn how to **Build a RAG Chatbot in 30 Minutes**. By the end, you'll have a working **document Q&A chatbot** that you can deploy and extend. **Prerequisites:** -
AI对话界面UX设计:打造自然流畅的聊天体验
从设计原则到实践案例,构建用户喜爱的AI对话产品
探讨AI聊天界面的UX设计原则,包括对话流程设计、错误处理、个性化体验、多模态交互等核心话题,帮助设计师创造出色的AI对话产品。
AI Model Deprecation Guide
Handling LLM model deprecation and migration gracefully
AI Model Deprecation Guide Overview Handling LLM model deprecation and migration gracefully. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_model_dep
AI Restaurant Recommendation Engine
Location-aware personalized restaurant recommendations
AI Restaurant Recommendation Engine Overview Location-aware personalized restaurant recommendations. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create(
AI Customer Feedback Loop
Continuous product improvement through AI feedback analysis
AI Customer Feedback Loop Overview Continuous product improvement through AI feedback analysis. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( mode
Threat Modeling for AI: Security Guide
Systematic threat modeling for AI-powered applications
Threat Modeling for AI: Security Guide Overview Systematic threat modeling for AI-powered applications. This guide provides complete, production-ready implementation. Key Concepts Understanding threat modeling for ai: security guide requires: 1.
AI Workflow: Using AI to analyze and improve your codebase
Complete guide to Using AI to analyze and improve your codebase using AI tools and automation
AI Workflow: Using AI to analyze and improve your codebase Overview Complete guide to Using AI to analyze and improve your codebase using AI tools and automation Implementation ```python from openai import OpenAI from pydantic import BaseModel fr
AI Technical Writing Guide
Writing technical AI content for blogs and documentation
AI Technical Writing Guide Overview Writing technical AI content for blogs and documentation. A comprehensive reference guide for learning career practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_t
Podcast Transcription Service: Implementation Guide
Automated podcast transcription and chapter generation
Podcast Transcription Service: Implementation Guide Overview Automated podcast transcription and chapter generation. This guide provides complete, production-ready implementation. Key Concepts Understanding podcast transcription service: implemen
AI Driver Assistance System: AI in Automotive
Building ai driver assistance system using Multimodal AI — complete implementation for automotive sector
AI Driver Assistance System: AI in Automotive Business Problem The automotive sector faces unique challenges that AI can address: - Manual safety features is time-consuming and error-prone - Scale requirements exceed human capacity - Real-time deci
Automated Report Generation: Enterprise Implementation
AI-generated business reports from raw data and metrics
Automated Report Generation Overview AI-generated business reports from raw data and metrics. This guide provides practical, production-ready implementations. **Category**: business-ai **Primary Tool**: openai **Tags**: business-ai, enterprise
LLM Token Optimization: Developer Guide and Quick Start 2026
Learn LLM Token Optimization: reduce token usage without losing quality
LLM Token Optimization: Developer Guide 2026 What is LLM Token Optimization? **LLM Token Optimization** enables reduce token usage without losing quality. This guide covers everything you need to get started quickly. Why Use LLM Token Optimization
Marvin AI Classification: Tutorial and Best Practices
Build production AI with Marvin — AI-powered Python functions
Marvin AI Classification What is Marvin? Marvin is a framework for AI-powered Python functions. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: classification Installation ```bash pip
AI-Powered Bug Report Generator: Practical Tutorial
Automatically generating detailed bug reports with AI
AI-Powered Bug Report Generator: Practical Tutorial Overview Automatically generating detailed bug reports with AI Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client =
AI Gateway Pattern: Production Guide
Building an AI gateway for multi-provider routing
AI Gateway Pattern Overview Building an AI gateway for multi-provider routing. This guide provides practical, production-ready implementations. **Category**: cloud-ai **Primary Tool**: litellm **Tags**: cloud-ai, api, production, litellm Prer
Embedding Models Compared: Side-by-Side Comparison
text-embedding-3 vs ada-002 vs open-source alternatives — comparing retrieval quality across openai and sentence-transformers
Embedding Models Compared: Side-by-Side Comparison Overview text-embedding-3 vs ada-002 vs open-source alternatives — comparing retrieval quality across openai and sentence-transformers. This comprehensive guide covers everything you need to know f
Flowise Visual AI Builder: Tutorial and Best Practices
Build production AI with Flowise — no-code LLM app construction
Flowise Visual AI Builder What is Flowise? Flowise is a framework for no-code LLM app construction. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: no-code Installation ```bash pip ins
Scalable AI Oversight
Techniques for overseeing AI systems that exceed human capability
Scalable AI Oversight Overview Techniques for overseeing AI systems that exceed human capability. This guide covers practical implementation strategies for production AI systems. Why It Matters As AI systems grow more capable and widely deployed,
LLM Evaluation Fundamentals: Complete Guide
Core metrics and methodologies for evaluating language model quality — practical implementation
LLM Evaluation Fundamentals Overview Core metrics and methodologies for evaluating language model quality. Rigorous evaluation is essential for building trustworthy AI applications. Why Evaluation Matters Without proper evaluation, you cannot: -
Svelte AI Components: Complete Integration Guide
Building AI-powered Svelte and SvelteKit applications
Svelte AI Components: Complete Integration Guide Overview Building AI-powered Svelte and SvelteKit applications. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Svelte AI Components: Compl
AI for Non-Technical Teams: Complete Guide
Enabling non-technical teams to use AI tools effectively
AI for Non-Technical Teams: Complete Guide Overview Enabling non-technical teams to use AI tools effectively. This guide provides complete, production-ready implementation. Key Concepts Understanding ai for non-technical teams: complete guide req
Corrective RAG (CRAG): Advanced RAG Tutorial
Self-correcting RAG with web search fallback
Corrective RAG (CRAG): Advanced RAG Tutorial Overview Self-correcting RAG with web search fallback. This guide provides complete, production-ready implementation. Key Concepts Understanding corrective rag (crag): advanced rag tutorial requires:
用 Dify 零代码构建一个客服 Agent(附模板)
30分钟搭建能回答产品问题的智能客服
Dify 是目前最易用的 AI Agent 构建平台,无需编写代码,通过可视化界面就能搭建功能完整的客服 Agent。本教程提供完整步骤和可直接导入的模板。
DeepEval Framework: Developer Guide and Quick Start 2026
Learn DeepEval Framework: unit testing for LLM applications
DeepEval Framework: Developer Guide 2026 What is DeepEval Framework? **DeepEval Framework** enables unit testing for LLM applications. This guide covers everything you need to get started quickly. Why Use DeepEval Framework? - Solves the specific
AI Property Valuation Tool: AI in Real Estate
Building ai property valuation tool using Regression + LLM — complete implementation for real estate sector
AI Property Valuation Tool: AI in Real Estate Business Problem The real estate sector faces unique challenges that AI can address: - Manual market analysis is time-consuming and error-prone - Scale requirements exceed human capacity - Real-time dec
Django AI Integration: Complete Integration Guide
Adding AI capabilities to Django web applications
Django AI Integration: Complete Integration Guide Overview Adding AI capabilities to Django web applications. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Django AI Integration: Complet
GPT-o3 (2026-01): What's New and How to Use It
Complete guide to the latest GPT-o3 capabilities: deliberative reasoning, PhD-level math, coding
GPT-o3 (2026-01): Complete Guide What's New in GPT-o3 2026-01 The latest version of **GPT-o3** brings significant improvements: deliberative reasoning, PhD-level math, coding. This release represents a major step forward in AI capabilities and is
Building MCP Servers: Complete Guide
Creating custom MCP servers for Claude and other models
Building MCP Servers: Complete Guide Overview Creating custom MCP servers for Claude and other models. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Building MCP Servers: Complete Guide
Claude 3.7 Sonnet (2025-12): What's New and How to Use It
Complete guide to the latest Claude 3.7 Sonnet capabilities: extended thinking, better math, code quality
Claude 3.7 Sonnet (2025-12): Complete Guide What's New in Claude 3.7 Sonnet 2025-12 The latest version of **Claude 3.7 Sonnet** brings significant improvements: extended thinking, better math, code quality. This release represents a major step for
AI Project Documentation
Best practices for documenting AI systems and decisions
AI Project Documentation Overview Best practices for documenting AI systems and decisions. A comprehensive reference guide for learning career practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_proj
AI for Accessibility Tools: Complete Guide
Building AI-powered accessibility features and tools
AI for Accessibility Tools: Complete Guide Overview Building AI-powered accessibility features and tools. This guide provides complete, production-ready implementation. Key Concepts Understanding ai for accessibility tools: complete guide require
AI Document Intelligence Platform
Building intelligent document processing with AI extraction
AI Document Intelligence Document AI extracts structured data from unstructured documents at scale. ```python from openai import OpenAI from pydantic import BaseModel import instructor client = instructor.from_openai(OpenAI()) class DocumentData(
Least-to-Most Prompting: Complete Guide and Examples
Master least-to-most prompting — decomposing complex problems bottom-up — best for multi-step tasks
Least-to-Most Prompting: Complete Guide What is Least-to-Most Prompting? Least-to-Most Prompting is a prompting technique that involves decomposing complex problems bottom-up. It is particularly effective for multi-step tasks. When to Use Least-to
AI for Auction Price Prediction
ML-based auction item valuation and bidding strategies
AI for Auction Price Prediction Overview ML-based auction item valuation and bidding strategies. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( mod
Llama 3.3 70B (2025-12): What's New and How to Use It
Complete guide to the latest Llama 3.3 70B capabilities: best open-source performance, multilingual
Llama 3.3 70B (2025-12): Complete Guide What's New in Llama 3.3 70B 2025-12 The latest version of **Llama 3.3 70B** brings significant improvements: best open-source performance, multilingual. This release represents a major step forward in AI cap
Text-to-SQL Generation: Complete Implementation
Converting natural language to SQL queries accurately
Text-to-SQL Generation Overview Converting natural language to SQL queries accurately. This guide provides practical, production-ready implementations. **Category**: nlp **Primary Tool**: openai **Tags**: nlp, text-to-sql, text-processing Pre
AI at the Edge Evolution: 2025 Guide
The future of AI inference at the network edge
AI at the Edge Evolution: 2025 Guide Overview The future of AI inference at the network edge. This comprehensive guide covers everything you need to know for production implementation. Why It Matters AI at the Edge Evolution: 2025 Guide is increa
AI for Climate Science Applications
Using AI to accelerate climate modeling and environmental analysis
AI for Climate Science Applying AI to climate science accelerates our understanding of environmental changes. ```python from openai import OpenAI client = OpenAI() def analyze_climate_data(data: str) -> str: """Analyze climate data with AI ass
ReAct Prompting: Complete Guide and Examples
Master react prompting — reasoning and acting in iterative loops — best for tool-using agents
ReAct Prompting: Complete Guide What is ReAct Prompting? ReAct Prompting is a prompting technique that involves reasoning and acting in iterative loops. It is particularly effective for tool-using agents. When to Use ReAct Prompting Use this tech
Mistral AI API Guide: Production Guide
Building with Mistral AI API for efficient inference
Mistral AI API Guide Overview Building with Mistral AI API for efficient inference. This guide provides practical, production-ready implementations. **Category**: cloud-ai **Primary Tool**: mistral-ai **Tags**: cloud-ai, api, production, mistr
Streaming AI Responses Best Practices: 2026 Developer Guide
Essential practices every AI developer should follow for streaming ai responses
Streaming AI Responses Best Practices 2026 Introduction Following best practices for streaming ai responses is the difference between fragile prototypes and production-grade AI systems. This guide covers the most important practices that experience
Haskell AI Functions
Functional AI programming patterns with Haskell
Haskell AI Functions Overview Functional AI programming patterns with Haskell Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler: """Hand
Terraform AI Resources: Complete Integration Guide
Infrastructure as code for AI service provisioning
Terraform AI Resources: Complete Integration Guide Overview Infrastructure as code for AI service provisioning. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Terraform AI Resources: Comp
Chart and Graph Understanding: Implementation Guide
AI extraction of data and insights from charts and graphs
Chart and Graph Understanding Overview AI extraction of data and insights from charts and graphs. This guide provides practical, production-ready implementations. **Category**: multimodal-ai **Primary Tool**: openai **Tags**: multimodal, visio