From f40d8afe08c524fc7f9df0dfa0802342af2d2c3d Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Thu, 9 Jan 2025 19:58:08 +0300 Subject: Fix: flow control --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.go') diff --git a/bot.go b/bot.go index e5d8415..638efec 100644 --- a/bot.go +++ b/bot.go @@ -147,7 +147,7 @@ func chatRagUse(qText string) (string, error) { } // get raw text resps := []string{} - logger.Info("sqlvec resp", "vecs", respVecs) + logger.Info("sqlvec resp", "vecs len", len(respVecs)) for _, rv := range respVecs { resps = append(resps, rv.RawText) } -- cgit v1.2.3