diff options
author | Grail Finder <wohilas@gmail.com> | 2025-01-07 11:11:44 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-01-07 11:11:44 +0300 |
commit | 7bbedd93cf078fc7496a6779cf9eda6e588e64c0 (patch) | |
tree | 954a8c767362fab8da11fe1fad4643f2a44b62c9 /README.md | |
parent | b822b3a1613ef7f1c9ed8fa5aaddfaffbfc513a4 (diff) |
Enha (RAG): raw text as primary key in vector db
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ - 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; +- boolean flag to use/not use tools. I see it as a msg from a tool to an llm "Hey, it might be good idea to use me!"; ### FIX: - bot responding (or hanging) blocks everything; + |