Skip to content

Commit 6372cb9

Browse files
committed
update marketplace
1 parent b2627ca commit 6372cb9

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

packages/components/nodes/documentloaders/Github/Github.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Github_DocumentLoaders implements INode {
1818
constructor() {
1919
this.label = 'Github'
2020
this.name = 'github'
21-
this.version = 1.0
21+
this.version = 2.0
2222
this.type = 'Document'
2323
this.icon = 'github.png'
2424
this.category = 'Document Loaders'

packages/server/marketplaces/chatflows/Flowise Docs QnA.json

+30-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"id": "github_0",
266266
"label": "Github",
267267
"name": "github",
268-
"version": 1,
268+
"version": 2,
269269
"type": "Document",
270270
"baseClasses": ["Document"],
271271
"category": "Document Loaders",
@@ -301,6 +301,35 @@
301301
"optional": true,
302302
"id": "github_0-input-recursive-boolean"
303303
},
304+
{
305+
"label": "Max Concurrency",
306+
"name": "maxConcurrency",
307+
"type": "number",
308+
"step": 1,
309+
"optional": true,
310+
"additionalParams": true,
311+
"id": "github_0-input-maxConcurrency-number"
312+
},
313+
{
314+
"label": "Ignore Paths",
315+
"name": "ignorePath",
316+
"type": "string",
317+
"description": "An array of paths to be ignored",
318+
"placeholder": "[\"*.md\"]",
319+
"rows": 4,
320+
"optional": true,
321+
"additionalParams": true,
322+
"id": "github_0-input-ignorePath-string"
323+
},
324+
{
325+
"label": "Max Retries",
326+
"name": "maxRetries",
327+
"description": "The maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 2.",
328+
"type": "number",
329+
"optional": true,
330+
"additionalParams": true,
331+
"id": "github_0-input-maxRetries-number"
332+
},
304333
{
305334
"label": "Metadata",
306335
"name": "metadata",

0 commit comments

Comments
 (0)