summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-01-07 11:11:44 +0300
committerGrail Finder <wohilas@gmail.com>2025-01-07 11:11:44 +0300
commit7bbedd93cf078fc7496a6779cf9eda6e588e64c0 (patch)
tree954a8c767362fab8da11fe1fad4643f2a44b62c9 /main.go
parentb822b3a1613ef7f1c9ed8fa5aaddfaffbfc513a4 (diff)
Enha (RAG): raw text as primary key in vector db
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8f05f5b..a8ae716 100644
--- a/main.go
+++ b/main.go
@@ -10,7 +10,7 @@ var (
botRespMode = false
editMode = false
selectedIndex = int(-1)
- indexLine = "F12 to show keys help; bot resp mode: %v; char: %s; chat: %s; RAGEnabled: %v; EmbedURL: %s"
+ indexLine = "F12 to show keys help; bot resp mode: %v; char: %s; chat: %s; RAGEnabled: %v; toolUseAdviced: %v"
focusSwitcher = map[tview.Primitive]tview.Primitive{}
)