From 7bbedd93cf078fc7496a6779cf9eda6e588e64c0 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 7 Jan 2025 11:11:44 +0300 Subject: Enha (RAG): raw text as primary key in vector db --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index f158bcb..31bfab9 100644 --- a/README.md +++ b/README.md @@ -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; + -- cgit v1.2.3