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 --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/config.go b/config/config.go index 3c79564..eb5f3f1 100644 --- a/config/config.go +++ b/config/config.go @@ -12,6 +12,7 @@ type Config struct { LogFile string `toml:"LogFile"` UserRole string `toml:"UserRole"` ToolRole string `toml:"ToolRole"` + ToolUse bool `toml:"ToolUse"` AssistantRole string `toml:"AssistantRole"` AssistantIcon string `toml:"AssistantIcon"` UserIcon string `toml:"UserIcon"` -- cgit v1.2.3