diff --git a/packages/components/nodes/documentloaders/Github/Github.ts b/packages/components/nodes/documentloaders/Github/Github.ts index 095b3e76..6495e8e9 100644 --- a/packages/components/nodes/documentloaders/Github/Github.ts +++ b/packages/components/nodes/documentloaders/Github/Github.ts @@ -18,7 +18,7 @@ class Github_DocumentLoaders implements INode { constructor() { this.label = 'Github' this.name = 'github' - this.version = 1.0 + this.version = 2.0 this.type = 'Document' this.icon = 'github.png' this.category = 'Document Loaders' diff --git a/packages/server/marketplaces/chatflows/Flowise Docs QnA.json b/packages/server/marketplaces/chatflows/Flowise Docs QnA.json index 6d11f3d2..f8b274a1 100644 --- a/packages/server/marketplaces/chatflows/Flowise Docs QnA.json +++ b/packages/server/marketplaces/chatflows/Flowise Docs QnA.json @@ -265,7 +265,7 @@ "id": "github_0", "label": "Github", "name": "github", - "version": 1, + "version": 2, "type": "Document", "baseClasses": ["Document"], "category": "Document Loaders", @@ -301,6 +301,35 @@ "optional": true, "id": "github_0-input-recursive-boolean" }, + { + "label": "Max Concurrency", + "name": "maxConcurrency", + "type": "number", + "step": 1, + "optional": true, + "additionalParams": true, + "id": "github_0-input-maxConcurrency-number" + }, + { + "label": "Ignore Paths", + "name": "ignorePath", + "type": "string", + "description": "An array of paths to be ignored", + "placeholder": "[\"*.md\"]", + "rows": 4, + "optional": true, + "additionalParams": true, + "id": "github_0-input-ignorePath-string" + }, + { + "label": "Max Retries", + "name": "maxRetries", + "description": "The maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 2.", + "type": "number", + "optional": true, + "additionalParams": true, + "id": "github_0-input-maxRetries-number" + }, { "label": "Metadata", "name": "metadata",