fix(llm.gblib): Talk to data local db use fix.
This commit is contained in:
parent
29ddb89d2a
commit
6e46bcf4ce
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue