mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 01:01:11 +03:00
spelling correction
This commit is contained in:
@@ -64,7 +64,7 @@ class Cheerio_DocumentLoaders implements INode {
|
|||||||
additionalParams: true,
|
additionalParams: true,
|
||||||
description:
|
description:
|
||||||
'Only used when "Get Relative Links Method" is selected. Set 0 to retrieve all relative links, default limit is 10.',
|
'Only used when "Get Relative Links Method" is selected. Set 0 to retrieve all relative links, default limit is 10.',
|
||||||
warning: `Retreiving 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)`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Metadata',
|
label: 'Metadata',
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ class Playwright_DocumentLoaders implements INode {
|
|||||||
additionalParams: true,
|
additionalParams: true,
|
||||||
description:
|
description:
|
||||||
'Only used when "Get Relative Links Method" is selected. Set 0 to retrieve all relative links, default limit is 10.',
|
'Only used when "Get Relative Links Method" is selected. Set 0 to retrieve all relative links, default limit is 10.',
|
||||||
warning: `Retreiving 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)`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Metadata',
|
label: 'Metadata',
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ class Puppeteer_DocumentLoaders implements INode {
|
|||||||
optional: true,
|
optional: true,
|
||||||
additionalParams: true,
|
additionalParams: true,
|
||||||
description: 'Only used when "Get Relative Links Method" is selected. Set 0 to retrieve all relative links, default limit is 10.',
|
description: 'Only used when "Get Relative Links Method" is selected. Set 0 to retrieve all relative links, default limit is 10.',
|
||||||
warning: `Retreiving 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)`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Wait Until',
|
label: 'Wait Until',
|
||||||
|
|||||||
@@ -16,7 +16,11 @@
|
|||||||
"version": 1,
|
"version": 1,
|
||||||
"name": "chatOpenAI",
|
"name": "chatOpenAI",
|
||||||
"type": "ChatOpenAI",
|
"type": "ChatOpenAI",
|
||||||
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
|
"baseClasses": [
|
||||||
|
"ChatOpenAI",
|
||||||
|
"BaseChatModel",
|
||||||
|
"BaseLanguageModel"
|
||||||
|
],
|
||||||
"category": "Chat Models",
|
"category": "Chat Models",
|
||||||
"description": "Wrapper around OpenAI large language models that use the Chat endpoint",
|
"description": "Wrapper around OpenAI large language models that use the Chat endpoint",
|
||||||
"inputParams": [
|
"inputParams": [
|
||||||
@@ -24,7 +28,9 @@
|
|||||||
"label": "Connect Credential",
|
"label": "Connect Credential",
|
||||||
"name": "credential",
|
"name": "credential",
|
||||||
"type": "credential",
|
"type": "credential",
|
||||||
"credentialNames": ["openAIApi"],
|
"credentialNames": [
|
||||||
|
"openAIApi"
|
||||||
|
],
|
||||||
"id": "chatOpenAI_0-input-credential-credential"
|
"id": "chatOpenAI_0-input-credential-credential"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -170,7 +176,10 @@
|
|||||||
"version": 1,
|
"version": 1,
|
||||||
"name": "openAIEmbeddings",
|
"name": "openAIEmbeddings",
|
||||||
"type": "OpenAIEmbeddings",
|
"type": "OpenAIEmbeddings",
|
||||||
"baseClasses": ["OpenAIEmbeddings", "Embeddings"],
|
"baseClasses": [
|
||||||
|
"OpenAIEmbeddings",
|
||||||
|
"Embeddings"
|
||||||
|
],
|
||||||
"category": "Embeddings",
|
"category": "Embeddings",
|
||||||
"description": "OpenAI API to generate embeddings for a given text",
|
"description": "OpenAI API to generate embeddings for a given text",
|
||||||
"inputParams": [
|
"inputParams": [
|
||||||
@@ -178,7 +187,9 @@
|
|||||||
"label": "Connect Credential",
|
"label": "Connect Credential",
|
||||||
"name": "credential",
|
"name": "credential",
|
||||||
"type": "credential",
|
"type": "credential",
|
||||||
"credentialNames": ["openAIApi"],
|
"credentialNames": [
|
||||||
|
"openAIApi"
|
||||||
|
],
|
||||||
"id": "openAIEmbeddings_0-input-credential-credential"
|
"id": "openAIEmbeddings_0-input-credential-credential"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -318,7 +329,10 @@
|
|||||||
"version": 1,
|
"version": 1,
|
||||||
"name": "conversationalRetrievalQAChain",
|
"name": "conversationalRetrievalQAChain",
|
||||||
"type": "ConversationalRetrievalQAChain",
|
"type": "ConversationalRetrievalQAChain",
|
||||||
"baseClasses": ["ConversationalRetrievalQAChain", "BaseChain"],
|
"baseClasses": [
|
||||||
|
"ConversationalRetrievalQAChain",
|
||||||
|
"BaseChain"
|
||||||
|
],
|
||||||
"category": "Chains",
|
"category": "Chains",
|
||||||
"description": "Document QA - built on RetrievalQAChain to provide a chat history component",
|
"description": "Document QA - built on RetrievalQAChain to provide a chat history component",
|
||||||
"inputParams": [
|
"inputParams": [
|
||||||
@@ -428,7 +442,9 @@
|
|||||||
"version": 1,
|
"version": 1,
|
||||||
"name": "cheerioWebScraper",
|
"name": "cheerioWebScraper",
|
||||||
"type": "Document",
|
"type": "Document",
|
||||||
"baseClasses": ["Document"],
|
"baseClasses": [
|
||||||
|
"Document"
|
||||||
|
],
|
||||||
"category": "Document Loaders",
|
"category": "Document Loaders",
|
||||||
"description": "Load data from webpages",
|
"description": "Load data from webpages",
|
||||||
"inputParams": [
|
"inputParams": [
|
||||||
@@ -466,7 +482,7 @@
|
|||||||
"optional": true,
|
"optional": true,
|
||||||
"additionalParams": true,
|
"additionalParams": true,
|
||||||
"description": "Only used when \"Get Relative Links Method\" is selected. Set 0 to retrieve all relative links, default limit is 10.",
|
"description": "Only used when \"Get Relative Links Method\" is selected. Set 0 to retrieve all relative links, default limit is 10.",
|
||||||
"warning": "Retreiving 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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -527,7 +543,11 @@
|
|||||||
"version": 1,
|
"version": 1,
|
||||||
"name": "pineconeUpsert",
|
"name": "pineconeUpsert",
|
||||||
"type": "Pinecone",
|
"type": "Pinecone",
|
||||||
"baseClasses": ["Pinecone", "VectorStoreRetriever", "BaseRetriever"],
|
"baseClasses": [
|
||||||
|
"Pinecone",
|
||||||
|
"VectorStoreRetriever",
|
||||||
|
"BaseRetriever"
|
||||||
|
],
|
||||||
"category": "Vector Stores",
|
"category": "Vector Stores",
|
||||||
"description": "Upsert documents to Pinecone",
|
"description": "Upsert documents to Pinecone",
|
||||||
"inputParams": [
|
"inputParams": [
|
||||||
@@ -535,7 +555,9 @@
|
|||||||
"label": "Connect Credential",
|
"label": "Connect Credential",
|
||||||
"name": "credential",
|
"name": "credential",
|
||||||
"type": "credential",
|
"type": "credential",
|
||||||
"credentialNames": ["pineconeApi"],
|
"credentialNames": [
|
||||||
|
"pineconeApi"
|
||||||
|
],
|
||||||
"id": "pineconeUpsert_0-input-credential-credential"
|
"id": "pineconeUpsert_0-input-credential-credential"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -580,7 +602,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"document": ["{{cheerioWebScraper_0.data.instance}}"],
|
"document": [
|
||||||
|
"{{cheerioWebScraper_0.data.instance}}"
|
||||||
|
],
|
||||||
"embeddings": "{{openAIEmbeddings_0.data.instance}}",
|
"embeddings": "{{openAIEmbeddings_0.data.instance}}",
|
||||||
"pineconeIndex": "",
|
"pineconeIndex": "",
|
||||||
"pineconeNamespace": "",
|
"pineconeNamespace": "",
|
||||||
@@ -635,7 +659,11 @@
|
|||||||
"version": 1,
|
"version": 1,
|
||||||
"name": "motorheadMemory",
|
"name": "motorheadMemory",
|
||||||
"type": "MotorheadMemory",
|
"type": "MotorheadMemory",
|
||||||
"baseClasses": ["MotorheadMemory", "BaseChatMemory", "BaseMemory"],
|
"baseClasses": [
|
||||||
|
"MotorheadMemory",
|
||||||
|
"BaseChatMemory",
|
||||||
|
"BaseMemory"
|
||||||
|
],
|
||||||
"category": "Memory",
|
"category": "Memory",
|
||||||
"description": "Use Motorhead Memory to store chat conversations",
|
"description": "Use Motorhead Memory to store chat conversations",
|
||||||
"inputParams": [
|
"inputParams": [
|
||||||
@@ -645,7 +673,9 @@
|
|||||||
"type": "credential",
|
"type": "credential",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"description": "Only needed when using hosted solution - https://getmetal.io",
|
"description": "Only needed when using hosted solution - https://getmetal.io",
|
||||||
"credentialNames": ["motorheadMemoryApi"],
|
"credentialNames": [
|
||||||
|
"motorheadMemoryApi"
|
||||||
|
],
|
||||||
"id": "motorheadMemory_0-input-credential-credential"
|
"id": "motorheadMemory_0-input-credential-credential"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -768,4 +798,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user