Enha: table for sysprompts

This commit is contained in:
Grail Finder
2025-01-15 18:05:47 +03:00
parent 1ea19ba11e
commit db678b5215
4 changed files with 97 additions and 37 deletions

View File

@@ -58,5 +58,6 @@
- message editing broke ( runtime error: index out of range [-1]); +
- RAG: encode multiple sentences (~5-10) to embeddings a piece. +
- number of sentences in a batch should depend on number of words there. +
- F1 can load any chat, by loading chat of other agent it does not switch agents, if that chat is continued, it will rewrite agent in db; (either allow only chats from current agent OR switch agent on chat loading);
- after chat is deleted: load undeleted chat;
- F1 can load any chat, by loading chat of other agent it does not switch agents, if that chat is continued, it will rewrite agent in db; (either allow only chats from current agent OR switch agent on chat loading); +
- after chat is deleted: load undeleted chat; +
- syscards sometimes store data inside of chub key;