diff options
author | Grail Finder <wohilas@gmail.com> | 2025-01-04 18:13:13 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-01-04 18:13:13 +0300 |
commit | 4736e43631ed21fd14741daa1dde746687d330fa (patch) | |
tree | c5dcee2930e8681397a369ae7869671bdcf568dc /README.md | |
parent | 461d19aa2512fea7ac07e50c3178609850ef07c3 (diff) |
Feat (RAG): tying tui calls to rag funcs [WIP; skip-ci]
RAG itself is annoying to properly implement, plucking sentences with no
context is useless. Also it should not be a part of main package, same
for goes for tui. The number of global vars is absurd.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ - it is a bit clumsy to mix chats in db and chars from the external files, maybe load external files in db on startup? - lets say we have two (or more) agents with the same name across multiple chats. These agents go and ask db for topics they memorised. Now they can access topics that aren't meant for them. (so memory should have an option: shareable; that indicates if that memory can be shared across chats); - delete chat option; +- server mode: no tui but api calls with the func calling, rag, other middleware; ### FIX: - bot responding (or hanging) blocks everything; + |