# 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/e57v6vq
別再爲 RAG 文本分塊發愁!Chonkie 讓複雜操作輕鬆搞定**
https://github.com/chonkie-ai在自然語言處理(NLP)中,RAG(檢索增強生成)技術可謂大放異彩。它能讓模型藉助大量文本數據,生成更精準、更豐富的內容。不過,在 RAG 的實際運用中,有個關鍵環節卻常常讓開發者們頭疼不已,那就是文本分塊(Chunking)。今天,就給大家介紹一款堪稱 “救星” 的神器 ——Chonkie 庫,讓 RAG 中的文本分塊難題迎刃而解!爲啥文 ⌘ Read more