summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-01-09 19:58:08 +0300
committerGrail Finder <wohilas@gmail.com>2025-01-09 19:58:08 +0300
commitf40d8afe08c524fc7f9df0dfa0802342af2d2c3d (patch)
treeb980cba77b6c8f7b705fc02a2433406a0e2b8979 /bot.go
parent363bbae2c756f448d8cdac50305902d68d45c26c (diff)
Fix: flow control
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go2
1 files changed, 1 insertions, 1 deletions
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)
}