Skip to content

Commit

Permalink
fix(llm.gblib): Talk to data local db use fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Nov 24, 2024
1 parent 29ddb89 commit 6e46bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kb.gbapp/services/KBService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6e46bcf

Please sign in to comment.