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 --- tui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tui.go') diff --git a/tui.go b/tui.go index 0f6a673..7f8f5d6 100644 --- a/tui.go +++ b/tui.go @@ -230,7 +230,7 @@ func colorText() { } func updateStatusLine() { - position.SetText(fmt.Sprintf(indexLine, botRespMode, cfg.AssistantRole, activeChatName, cfg.RAGEnabled, cfg.EmbedURL)) + position.SetText(fmt.Sprintf(indexLine, botRespMode, cfg.AssistantRole, activeChatName, cfg.RAGEnabled, cfg.ToolUse)) } func initSysCards() ([]string, error) { -- cgit v1.2.3