Fix: flow control

This commit is contained in:
Grail Finder
2025-01-09 19:58:08 +03:00
parent 363bbae2c7
commit f40d8afe08
2 changed files with 37 additions and 24 deletions

2
bot.go
View File

@@ -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)
}