# 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/3rvdm6a
使用 Ollama 本地離線體驗 SimpleRAG(手把手教程)**
Ollama 介紹---------Ollama 是一個開源項目,專注於開發和部署大語言模型,特別是像 LLaMA 這樣的模型,用於生成高質量的文本和進行復雜的自然語言處理任務。Ollama 的目標是讓大語言模型的運行和使用變得更加容易和普及,而無需複雜的基礎設施或深度的機器學習知識。GitHub 地址:https://github.com/ollama/ollamaRAG 是什麼?------- ⌘ Read more