mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 09:00:52 +03:00
added more logging
This commit is contained in:
@@ -81,6 +81,7 @@ class Github_DocumentLoaders implements INode {
|
||||
console.log('🤖[GithubRepoLoader]: Initializing!');
|
||||
|
||||
const loader = new GithubRepoLoader(repoLink, options)
|
||||
console.log('🤖[GithubRepoLoader]: Loading documents from ' + repoLink);
|
||||
const docs = textSplitter ? await loader.loadAndSplit(textSplitter) : await loader.load()
|
||||
|
||||
console.log('🤖[GithubRepoLoader]: Documents Loaded!');
|
||||
|
||||
Reference in New Issue
Block a user