diff options
author | Grail Finder <wohilas@gmail.com> | 2025-01-15 18:05:47 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-01-15 18:05:47 +0300 |
commit | db678b521592503342bf717e1ae0f48b8b11ed80 (patch) | |
tree | 2a634fb63df05cbd7a14080e221b57f7499ab61b /README.md | |
parent | 1ea19ba11ec835370399fce9de3954ca2f58829c (diff) |
Enha: table for sysprompts
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; |