mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
update marketplaces
This commit is contained in:
@@ -426,7 +426,7 @@
|
|||||||
"id": "textFile_0",
|
"id": "textFile_0",
|
||||||
"label": "Text File",
|
"label": "Text File",
|
||||||
"name": "textFile",
|
"name": "textFile",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"type": "Document",
|
"type": "Document",
|
||||||
"baseClasses": ["Document"],
|
"baseClasses": ["Document"],
|
||||||
"category": "Document Loaders",
|
"category": "Document Loaders",
|
||||||
@@ -463,13 +463,29 @@
|
|||||||
},
|
},
|
||||||
"outputAnchors": [
|
"outputAnchors": [
|
||||||
{
|
{
|
||||||
"id": "textFile_0-output-textFile-Document",
|
"name": "output",
|
||||||
"name": "textFile",
|
"label": "Output",
|
||||||
"label": "Document",
|
"type": "options",
|
||||||
"type": "Document"
|
"options": [
|
||||||
|
{
|
||||||
|
"id": "textFile_0-output-document-Document",
|
||||||
|
"name": "document",
|
||||||
|
"label": "Document",
|
||||||
|
"type": "Document"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "textFile_0-output-text-string|json",
|
||||||
|
"name": "text",
|
||||||
|
"label": "Text",
|
||||||
|
"type": "string | json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"default": "document"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputs": {},
|
"outputs": {
|
||||||
|
"output": "document"
|
||||||
|
},
|
||||||
"selected": false
|
"selected": false
|
||||||
},
|
},
|
||||||
"selected": false,
|
"selected": false,
|
||||||
|
|||||||
@@ -410,13 +410,29 @@
|
|||||||
},
|
},
|
||||||
"outputAnchors": [
|
"outputAnchors": [
|
||||||
{
|
{
|
||||||
"id": "textFile_0-output-textFile-Document",
|
"name": "output",
|
||||||
"name": "textFile",
|
"label": "Output",
|
||||||
"label": "Document",
|
"type": "options",
|
||||||
"type": "Document"
|
"options": [
|
||||||
|
{
|
||||||
|
"id": "textFile_0-output-document-Document",
|
||||||
|
"name": "document",
|
||||||
|
"label": "Document",
|
||||||
|
"type": "Document"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "textFile_0-output-text-string|json",
|
||||||
|
"name": "text",
|
||||||
|
"label": "Text",
|
||||||
|
"type": "string | json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"default": "document"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputs": {},
|
"outputs": {
|
||||||
|
"output": "document"
|
||||||
|
},
|
||||||
"selected": false
|
"selected": false
|
||||||
},
|
},
|
||||||
"selected": false,
|
"selected": false,
|
||||||
|
|||||||
@@ -109,13 +109,29 @@
|
|||||||
},
|
},
|
||||||
"outputAnchors": [
|
"outputAnchors": [
|
||||||
{
|
{
|
||||||
"id": "textFile_0-output-textFile-Document",
|
"name": "output",
|
||||||
"name": "textFile",
|
"label": "Output",
|
||||||
"label": "Document",
|
"type": "options",
|
||||||
"type": "Document"
|
"options": [
|
||||||
|
{
|
||||||
|
"id": "textFile_0-output-document-Document",
|
||||||
|
"name": "document",
|
||||||
|
"label": "Document",
|
||||||
|
"type": "Document"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "textFile_0-output-text-string|json",
|
||||||
|
"name": "text",
|
||||||
|
"label": "Text",
|
||||||
|
"type": "string | json"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"default": "document"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputs": {},
|
"outputs": {
|
||||||
|
"output": "document"
|
||||||
|
},
|
||||||
"selected": false
|
"selected": false
|
||||||
},
|
},
|
||||||
"selected": false,
|
"selected": false,
|
||||||
|
|||||||
@@ -433,7 +433,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"id": "cheerioWebScraper_0",
|
"id": "cheerioWebScraper_0",
|
||||||
"label": "Cheerio Web Scraper",
|
"label": "Cheerio Web Scraper",
|
||||||
"version": 1,
|
"version": 1.1,
|
||||||
"name": "cheerioWebScraper",
|
"name": "cheerioWebScraper",
|
||||||
"type": "Document",
|
"type": "Document",
|
||||||
"baseClasses": ["Document"],
|
"baseClasses": ["Document"],
|
||||||
@@ -477,6 +477,15 @@
|
|||||||
"warning": "Retrieving all links might take long time, and all links will be upserted again if the flow's state changed (eg: different URL, chunk size, etc)",
|
"warning": "Retrieving all links might take long time, and all links will be upserted again if the flow's state changed (eg: different URL, chunk size, etc)",
|
||||||
"id": "cheerioWebScraper_0-input-limit-number"
|
"id": "cheerioWebScraper_0-input-limit-number"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "Selector (CSS)",
|
||||||
|
"name": "selector",
|
||||||
|
"type": "string",
|
||||||
|
"description": "Specify a CSS selector to select the content to be extracted",
|
||||||
|
"optional": true,
|
||||||
|
"additionalParams": true,
|
||||||
|
"id": "cheerioWebScraper_0-input-selector-string"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "Metadata",
|
"label": "Metadata",
|
||||||
"name": "metadata",
|
"name": "metadata",
|
||||||
|
|||||||
Reference in New Issue
Block a user