學員將學會如何利用 RAG 技術,結合 OpenAI、LangChain、Qdrant 向量數據庫,構建企業內部文檔的智能知識庫,並能設計與實作一個基於自然語言處理(NLP)的查詢系統,來提升開發團隊的效率與知識管理能力。
本次 workshop 以 hands-on 的方式進行,累積操作經驗為主,講解與說明為輔。觀念內容有準備教材,需要參與者自行閱讀。講師會免費提供
在 workshop 開始前,在自己的電腦上
workshop1234!
git clone https://github.com/chechiachang/rag-workshop.git
cd rag-workshop
docker compose up -d
docker exec -it notebook pip install pandas openai qdrant_client tqdm tenacity wget tenacity unstructured markdown ragas sacrebleu langchain_qdrant langchain-openai langchain_openai langchain_community tiktoken
https://chechia.net/zh-hant/slides/2025-06-05-devops-rag-internal-ai/
如何存取 VM 也會放在敨影片裡
開發團隊需要將經驗與知識,透過文件化的方式保存下來,以便未來查詢與學習。然而,企業內部文件往往分散於 Confluence、Google Drive、Notion 等平台,傳統關鍵字搜尋難以快速獲取準確資訊,導致溝通成本高、開發流程受阻。又或是,當開發團隊需要查詢特定知識時,往往需要透過 Slack、Email 等方式詢問同事,這樣的溝通成本不僅浪費時間,也容易造成資訊不對稱。
學員將學會如何利用 RAG 技術,結合 OpenAI、LangChain、Qdrant 向量數據庫,構建企業內部文檔的智能知識庫,並能設計與實作一個基於自然語言處理(NLP)的查詢系統,來提升開發團隊的效率與知識管理能力。
本次工作坊會提供參與者一個簡單的環境,讓參與者可以透過遠端操作來實作基本 RAG AI Agent。參與者必備個人筆電,透過 SSH 操控遠端機器。
必備知識:Linux 操作基本知識,Docker 操作基本知識,會使用 SSH 連線 / Bash / docker。
工作坊結束後,學員將能夠:
Che-Chia Chang 是一名專注於後端開發、開發維運、容器化應用及 Kubernetes 開發與管理的技術專家,同時也是 Microsoft 最有價值專業人士(MVP)。
活躍於台灣技術社群,經常在 CNTUG、DevOps Taipei、GDG Taipei、Golang Taipei Meetup 等社群分享 DevOps、SRE、Kubernetes 及雲端運算相關技術。致力於推動開發與維運的最佳實踐,並熱衷於研究與應用最新的雲端與 AI 技術。
個人部落格:https://chechia.net
Che-Chia Chang is a technology expert specializing in backend development, DevOps, site reliability engineering (SRE), containerized applications, and Kubernetes development and management. He is also recognized as a Microsoft Most Valuable Professional (MVP).
Actively engaged in the Taiwanese tech community, he frequently shares insights on DevOps, SRE, Kubernetes, and cloud computing at CNTUG, DevOps Taipei, GDG Taipei, and Golang Taipei Meetup. Passionate about promoting best practices in development and operations, he continuously explores and applies the latest advancements in cloud and AI technologies.