教程中心

AI Agent 从入门到实战:概念理解、MCP 使用、平台实操、工作流自动化

2024

教程总数

368

入门教程

45

实操教程

进阶其他

Keyword Extraction System: Complete Implementation

Extracting key terms and phrases from documents automatically

Keyword Extraction System Overview Extracting key terms and phrases from documents automatically. This guide provides practical, production-ready implementations. **Category**: nlp **Primary Tool**: openai **Tags**: nlp, keywords, text-process

nlpkeywords
12分钟
进阶其他

WebSocket AI Streaming: Complete Integration Guide

Real-time AI streaming with WebSocket connections

WebSocket AI Streaming: Complete Integration Guide Overview Real-time AI streaming with WebSocket connections. This comprehensive guide covers everything you need to know for production implementation. Why It Matters WebSocket AI Streaming: Compl

realtimeintegration
18分钟
进阶其他

AI for Property Management

Automated tenant communication and maintenance prediction

AI for Property Management Overview Automated tenant communication and maintenance prediction. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( model

ai-applicationspecialized
10分钟
进阶其他

Constrained Generation: Complete Guide and Examples

Master constrained generation — controlling output format via prompts — best for structured data

Constrained Generation: Complete Guide What is Constrained Generation? Constrained Generation is a prompting technique that involves controlling output format via prompts. It is particularly effective for structured data. When to Use Constrained G

prompt-engineeringconstrained-generation
12分钟
进阶其他

AI Environment Debugger: Developer Workflow

Diagnosing and fixing environment issues with AI

AI Environment Debugger: Developer Workflow Overview Diagnosing and fixing environment issues with AI. This guide provides complete, production-ready implementation. Key Concepts Understanding ai environment debugger: developer workflow requires:

developer-toolsproductivity
15分钟
进阶其他

OpenAI Function Calling Complete Guide: Complete Developer Guide 2026

Master OpenAI Function Calling Complete Guide with practical examples and production patterns

OpenAI Function/Tool Calling 完全指南(2026):用 JSON Schema 定义工具→模型返回结构化调用→你执行并回填结果的完整循环,含真实代码、生产模式(校验/tool_choice/并行调用/strict)、与结构化输出的区别,以及它如何支撑 Agent。

openaifunction calling
11分钟
进阶其他

OpenAI Batch vs Standard API: Side-by-Side Comparison

Cost and throughput tradeoffs in OpenAI API modes — comparing batch processing across openai and python

OpenAI Batch vs Standard API: Side-by-Side Comparison Overview Cost and throughput tradeoffs in OpenAI API modes — comparing batch processing across openai and python. This comprehensive guide covers everything you need to know for production imple

comparisonopenai
15分钟
进阶其他

Vue.js + OpenAI API: How to Integrate AI into Vue applications (2026)

Complete integration guide for Vue.js and OpenAI API

Vue.js + OpenAI API Integration Guide 2026 Overview This guide shows you exactly how to integrate AI into Vue applications using Vue.js and OpenAI API. We cover setup, core integration, and production-ready patterns. Prerequisites - Vue.js enviro

vue-jsopenai-api
20分钟
进阶其他

AI for Scientific Literature Review

Automated literature review and research synthesis with AI

AI Literature Review AI accelerates literature reviews by processing hundreds of papers rapidly. ```python from openai import OpenAI client = OpenAI() def synthesize_papers(abstracts: list[str], research_question: str) -> str: combined = "\n\n

researchacademia
15分钟
进阶其他

HuggingFace Inference API: Developer Guide and Quick Start 2026

Learn HuggingFace Inference API: running thousands of models with one API

HuggingFace Inference API: Developer Guide 2026 What is HuggingFace Inference API? **HuggingFace Inference API** enables running thousands of models with one API. This guide covers everything you need to get started quickly. Why Use HuggingFace In

huggingface-inference-apiapi-guide
10分钟
进阶其他

Parent Document Retrieval: Advanced RAG Tutorial

Hierarchical chunking with parent-child document strategy

Parent Document Retrieval: Advanced RAG Tutorial Overview Hierarchical chunking with parent-child document strategy. This guide provides complete, production-ready implementation. Key Concepts Understanding parent document retrieval: advanced rag

parent-childrag
15分钟
进阶其他

Milvus Distributed Vectors: Tutorial and Best Practices

Build production AI with Milvus — scalable distributed vector search

Milvus Distributed Vectors What is Milvus? Milvus is a framework for scalable distributed vector search. It simplifies building AI applications by providing high-level abstractions over raw LLM APIs. **Best for**: scalability Installation ```bas

milvusframework
15分钟
进阶其他

AI Campaign Personalization: AI in Marketing

Building ai campaign personalization using NLP + Segmentation — complete implementation for marketing sector

AI Campaign Personalization: AI in Marketing Business Problem The marketing sector faces unique challenges that AI can address: - Manual customer engagement is time-consuming and error-prone - Scale requirements exceed human capacity - Real-time de

marketingai-applications
18分钟
进阶其他

Linear MCP Server: Complete Setup and Usage Guide 2026

Manage project issues with AI assistance - step-by-step guide to Linear MCP Server

Linear MCP Server: Complete Guide 2026 What is Linear MCP Server? **Linear MCP Server** is an MCP (Model Context Protocol) server that enables AI assistants to Manage project issues with AI assistance. MCP is an open protocol that standardizes how

mcpmodel-context-protocol
15分钟
进阶其他

Multi-Query Retrieval: Advanced RAG Tutorial

Generating multiple queries for comprehensive RAG retrieval

Multi-Query Retrieval: Advanced RAG Tutorial Overview Generating multiple queries for comprehensive RAG retrieval. This guide provides complete, production-ready implementation. Key Concepts Understanding multi-query retrieval: advanced rag tutor

multi-queryrag
15分钟
进阶其他

How to Add AI to Your Existing Python App: Complete Guide for Developers 2026

Build a AI-enhanced Python application step by step

How to Add AI to Your Existing Python App 2026 Introduction In this tutorial, you'll learn how to **Add AI to Your Existing Python App**. By the end, you'll have a working **AI-enhanced Python application** that you can deploy and extend. **Prereq

how-toto-your
20分钟
进阶其他

AI Event Planning Tool

Automated event logistics and attendee experience management

AI Event Planning Tool Overview Automated event logistics and attendee experience management. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( model=

ai-applicationspecialized
10分钟
进阶其他

Build an AI Translation with DeepL + GPT-4: Step-by-Step Tutorial 2026

Create a production-ready multilingual content system from scratch

Build an AI Translation with DeepL + GPT-4 Project Overview In this tutorial, you'll build a complete **multilingual content system** using DeepL + GPT-4. By the end, you'll have a production-ready application you can deploy and customize. **What

ai-translationproject-tutorial
30分钟
进阶其他

Llama 4 Scout (2026-04): What's New and How to Use It

Complete guide to the latest Llama 4 Scout capabilities: mixture of experts, 10M token context

Llama 4 Scout (2026-04): Complete Guide What's New in Llama 4 Scout 2026-04 The latest version of **Llama 4 Scout** brings significant improvements: mixture of experts, 10M token context. This release represents a major step forward in AI capabili

llama-4-scoutlatest-ai
10分钟
进阶其他

AI Content Recommendation: AI in Media

Building ai content recommendation using Collaborative Filter — complete implementation for media sector

AI Content Recommendation: AI in Media Business Problem The media sector faces unique challenges that AI can address: - Manual engagement is time-consuming and error-prone - Scale requirements exceed human capacity - Real-time decisions require ins

mediaai-applications
18分钟
进阶其他

AI-Powered Web Scraping: Extract Structured Data from Any Website

Modern techniques for intelligent data extraction using LLMs and headless browsers

Web scraping has transformed with AI: instead of brittle CSS selectors that break on any site change, LLMs can extract structured data from any page layout. This guide covers AI-powered scraping architecture, using Playwright and Puppeteer with LLMs, converting messy HTML to structured JSON, handling CAPTCHAs and anti-bot measures, building scalable scraping pipelines, and legal/ethical considerations for web data collection.

web scrapingdata extraction
32分钟
进阶其他

AI Language Pronunciation Coach

AI-powered pronunciation feedback for language learners

AI Language Pronunciation Coach Overview AI-powered pronunciation feedback for language learners. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( mo

ai-applicationspecialized
10分钟
进阶其他

AI for Mindfulness and Meditation

Personalized mindfulness content and session guidance

AI for Mindfulness and Meditation Overview Personalized mindfulness content and session guidance. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( mo

ai-applicationspecialized
10分钟
进阶其他

Make.com AI Automation: Enterprise Workflow Recipes for 2025

Advanced Make.com scenarios using OpenAI, Claude, and AI APIs for business automation

Make.com (formerly Integromat) is the most powerful visual automation platform for complex enterprise workflows. This guide covers building sophisticated AI scenarios: multi-step data transformation with AI, error handling patterns for AI workflows, HTTP module for custom AI APIs, data store patterns for AI context, and 20 enterprise-ready scenario templates covering finance, HR, marketing, and operations use cases.

Make.comautomation
28分钟
进阶其他

AI Content Gap Analysis: Practical Tutorial

Identifying content gaps with AI competitive analysis

AI Content Gap Analysis: Practical Tutorial Overview Identifying content gaps with AI competitive analysis Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI(

tutorialpractical
10分钟
进阶其他

Text Classification with LLMs: Complete Implementation

Zero-shot and few-shot text classification using large language models

Text Classification with LLMs Overview Zero-shot and few-shot text classification using large language models. This guide provides practical, production-ready implementations. **Category**: nlp **Primary Tool**: openai **Tags**: nlp, classific

nlpclassification
12分钟
进阶其他

OCR with Large Vision Models: Implementation Guide

Advanced optical character recognition using VLMs

OCR with Large Vision Models Overview Advanced optical character recognition using VLMs. This guide provides practical, production-ready implementations. **Category**: multimodal-ai **Primary Tool**: openai **Tags**: multimodal, vision, ocr P

multimodalvision
15分钟
进阶其他

n8n + AI: Build Powerful Automation Workflows Without Code

Complete guide to building AI-powered business automations with n8n

n8n is the most powerful open-source workflow automation tool, and with AI integration it becomes extraordinary. This guide covers building AI automation workflows: connecting OpenAI and Anthropic to any business process, RAG pipelines in n8n, AI-powered data transformation, email and Slack automation with AI, web scraping and data enrichment, and self-hosting n8n for privacy-sensitive workflows. Includes 15 ready-to-use workflow templates.

n8nworkflow automation
28分钟
进阶其他

Claude 3.7 Extended Thinking

Leveraging Claude 3.7 Sonnet extended thinking mode

Claude 3.7 Extended Thinking Overview Leveraging Claude 3.7 Sonnet extended thinking mode. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_claude_

modelsanthropic
10分钟
进阶其他

BGE Reranking Models

Improving RAG with BGE cross-encoder reranking

BGE Reranking Models Overview Improving RAG with BGE cross-encoder reranking. A comprehensive reference guide for model tutorials practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_bge_reranking_models

modelsbge
10分钟
进阶其他

Supabase + pgvector: How to Add vector search to Supabase apps (2026)

Complete integration guide for Supabase and pgvector

Supabase + pgvector Integration Guide 2026 Overview This guide shows you exactly how to add vector search to Supabase apps using Supabase and pgvector. We cover setup, core integration, and production-ready patterns. Prerequisites - Supabase envi

supabasepgvector
20分钟
进阶其他

GraphQL AI Resolvers: Complete Integration Guide

AI-powered GraphQL API resolvers

GraphQL AI Resolvers: Complete Integration Guide Overview AI-powered GraphQL API resolvers. This comprehensive guide covers everything you need to know for production implementation. Why It Matters GraphQL AI Resolvers: Complete Integration Guide

apiintegration
18分钟
进阶其他

AI for Solo Founders and Indie Hackers

Building AI-powered products as a single developer or small team

AI for Solo Founders and Indie Hackers Overview Building AI-powered products as a single developer or small team Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = O

businesssolo
10分钟
进阶其他

AI for Education Platforms

Pedagogically sound AI features for learning platforms

AI for Education Platforms Overview Pedagogically sound AI features for learning platforms Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler

businesseducation
10分钟
进阶其他

PostgreSQL pgvector vs Dedicated DBs: Side-by-Side Comparison

Comparing vector search in SQL vs purpose-built stores — comparing operational simplicity across postgresql and qdrant

PostgreSQL pgvector vs Dedicated DBs: Side-by-Side Comparison Overview Comparing vector search in SQL vs purpose-built stores — comparing operational simplicity across postgresql and qdrant. This comprehensive guide covers everything you need to kn

comparisonpostgresql
15分钟
进阶其他

Evidently AI Monitoring: Complete Setup Guide

Open-source ML monitoring and data drift detection

Evidently AI Monitoring: Complete Setup Guide Overview Open-source ML monitoring and data drift detection Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI()

ai-toolsevidently
10分钟
进阶其他

AI-Powered Recommendation System

Building content recommendations with embeddings — hands-on project tutorial

AI-Powered Recommendation System What You'll Build Building content recommendations with embeddings. By the end of this tutorial, you'll have a fully working implementation you can extend for production use. **Time**: ~25 minutes **Difficulty**:

tutorialhands-on
25分钟
进阶其他

AI for Supply Chain Optimization

AI-driven supply chain visibility and optimization techniques

AI Supply Chain Optimization AI optimizes supply chains by predicting demand and identifying disruptions early. ```python from openai import OpenAI client = OpenAI() def predict_supply_risk(supplier_data: dict) -> dict: r = client.chat.complet

supply-chainlogistics
15分钟
进阶其他

FastAPI vs LangServe: Side-by-Side Comparison

API framework comparison for LLM application deployment — comparing deployment across fastapi and langserve

FastAPI vs LangServe: Side-by-Side Comparison Overview API framework comparison for LLM application deployment — comparing deployment across fastapi and langserve. This comprehensive guide covers everything you need to know for production implement

comparisonfastapi
15分钟
进阶其他

Topic Modeling with LLMs: Complete Implementation

Modern topic modeling using LLM-based approaches

Topic Modeling with LLMs Overview Modern topic modeling using LLM-based approaches. This guide provides practical, production-ready implementations. **Category**: nlp **Primary Tool**: openai **Tags**: nlp, topics, text-processing Prerequisit

nlptopics
12分钟
进阶其他

MCP Streaming Responses: Complete Guide

Implementing streaming in MCP server responses

MCP Streaming Responses: Complete Guide Overview Implementing streaming in MCP server responses. This comprehensive guide covers everything you need to know for production implementation. Why It Matters MCP Streaming Responses: Complete Guide is

mcptool-use
15分钟
进阶其他

AI for Insurance Underwriting

ML-powered risk assessment and underwriting automation

AI for Insurance Underwriting Overview ML-powered risk assessment and underwriting automation. Implementation ```python from openai import OpenAI client = OpenAI() def run(query: str) -> str: r = client.chat.completions.create( model

ai-applicationspecialized
10分钟
进阶其他

Zero-Shot Prompting: Complete Guide and Examples

Master zero-shot prompting — direct task specification without examples — best for classification and generation

Zero-Shot Prompting: Complete Guide What is Zero-Shot Prompting? Zero-Shot Prompting is a prompting technique that involves direct task specification without examples. It is particularly effective for classification and generation. When to Use Zer

prompt-engineeringzero-shot-prompting
12分钟
进阶其他

AI Docstring Generator: Complete Developer Guide

Auto-generating documentation with LLMs in CI/CD — practical workflows for modern developers

AI Docstring Generator Overview Auto-generating documentation with LLMs in CI/CD. AI-powered coding tools are transforming software development workflows. Setup ```bash Install required packages pip install openai anthropic python-dotenv Set API

ai-codingdeveloper-tools
15分钟
进阶其他

Streaming RAG: Advanced RAG Tutorial

Implementing streaming responses for RAG applications

Streaming RAG: Advanced RAG Tutorial Overview Implementing streaming responses for RAG applications. This guide provides complete, production-ready implementation. Key Concepts Understanding streaming rag: advanced rag tutorial requires: 1. **Co

streamingrag
15分钟
进阶其他

AI for Solo Indie Hackers

Maximizing AI leverage as a solo developer building products

AI for Solo Indie Hackers Overview Maximizing AI leverage as a solo developer building products. A comprehensive reference guide for insights practitioners. Quick Reference ```python from openai import OpenAI client = OpenAI() def solve_ai_for_s

insightsindie-hacking
10分钟
进阶其他

Swift AI on iOS: Complete Integration Guide

On-device AI integration for iOS applications

Swift AI on iOS: Complete Integration Guide Overview On-device AI integration for iOS applications. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Swift AI on iOS: Complete Integration Gu

mobileintegration
18分钟
进阶其他

Next.js AI Integration: Complete Integration Guide

Adding AI features to Next.js applications

Next.js AI Integration: Complete Integration Guide Overview Adding AI features to Next.js applications. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Next.js AI Integration: Complete Int

webintegration
18分钟
上一页8 / 25下一页