fix(llm.gblib): Talk to data local db use fix.

This commit is contained in:
Rodrigo Rodriguez 2024-11-24 13:07:16 -03:00
parent 29ddb89d2a
commit 6e46bcf4ce

View file

@ -1145,7 +1145,7 @@ export class KBService implements IGBKBService {
if (files[0]) {
shouldSave = true;
GBLogEx.info(min, `Add embeddings from .gbkb: ${files.length}}...`);
GBLogEx.info(min, `Add embeddings from .gbkb: ${files.length} files being processed...`);
await CollectionUtil.asyncForEach(files, async file => {
let content = null;
let filePath = path.join(file.root, file.name);