- Add KB Statistics keywords for Qdrant vector database monitoring: KB STATISTICS, KB COLLECTION STATS, KB DOCUMENTS COUNT, KB DOCUMENTS ADDED SINCE, KB LIST COLLECTIONS, KB STORAGE SIZE - Add comprehensive infrastructure documentation: - Scaling and load balancing with LXC containers - Infrastructure design with encryption, sharding strategies - Observ
11 lines
332 B
QBasic
11 lines
332 B
QBasic
SET SCHEDULE "59 * * * *"
|
|
|
|
text = GET "announcements.gbkb/news/news.pdf"
|
|
resume = LLM "In a few words, resume this: " + text
|
|
SET BOT MEMORY "resume", resume
|
|
|
|
text1 = GET "announcements.gbkb/auxiliom/auxiliom.pdf"
|
|
SET BOT MEMORY "auxiliom", text1
|
|
|
|
text2 = GET "announcements.gbkb/toolbix/toolbix.pdf"
|
|
SET BOT MEMORY "toolbix", text2
|