iT邦幫忙

鐵人檔案

2026 iThome 鐵人賽
回列表
AI Engineering

從 LLM 到 AI Agent:30 天打造 vLLM × RAG × LangChain 智慧推薦系統 系列

本系列將用 30 天從零打造一套完整的 AI Engineering 系統。首先使用 vLLM 部署開源大型語言模型,逐步加入 Embedding、Vector Database、RAG、Re-ranking 與 Recommendation System,建立具備知識檢索與個人化推薦能力的 AI 應用;接著使用 LangChain 實作 Tool Calling、Memory 與 AI Agent 工作流程,最後進一步探索 Codex Coding Agent,讓 AI 從「回答問題」進化到能理解專案、使用工具、修改程式與完成工程任務,完整呈現從 LLM Inference 到 Agent

參賽天數 2 天 | 共 2 篇文章 | 0 人訂閱 訂閱系列文 RSS系列文
DAY 1

Why Do We Need Our Own LLM?

Large Language Models such as ChatGPT, Claude, and Gemini have made AI more acce...

DAY 2

How Does LLM Inference Work?

while using a cloud API is convenient, it also made me curious about another que...