# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/na4p7eq
從 LLM 到 RAG:探索基於 DeepSeek 開發本地知識庫應用**
LLM:會 “思考” 的 AI---------------我們可以把 LLM(Large Language Model,大語言模型)想象成是一個讀了海量書籍的 “數字大腦”,它的訓練數據來自互聯網上的海量文本,讓它具備了理解語言、生成文本、分析邏輯的能力。假設你想知道 Kubernetes 最新的發行版本,你直接向 DeepSeek 詢問: “Kubernetes 最新發行版本是什麼”不幸的是 ⌘ Read more