spelling correction

This commit is contained in:
Atish Amte
2023-08-17 00:36:03 +05:30
parent c83d0ab320
commit 8414f347de
4 changed files with 46 additions and 16 deletions
@@ -64,7 +64,7 @@ class Cheerio_DocumentLoaders implements INode {
additionalParams: true,
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: 'Metadata',
@@ -64,7 +64,7 @@ class Playwright_DocumentLoaders implements INode {
additionalParams: true,
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: 'Metadata',
@@ -64,7 +64,7 @@ class Puppeteer_DocumentLoaders implements INode {
optional: true,
additionalParams: true,
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',
@@ -16,7 +16,11 @@
"version": 1,
"name": "chatOpenAI",
"type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
"baseClasses": [
"ChatOpenAI",
"BaseChatModel",
"BaseLanguageModel"
],
"category": "Chat Models",
"description": "Wrapper around OpenAI large language models that use the Chat endpoint",
"inputParams": [
@@ -24,7 +28,9 @@
"label": "Connect Credential",
"name": "credential",
"type": "credential",
"credentialNames": ["openAIApi"],
"credentialNames": [
"openAIApi"
],
"id": "chatOpenAI_0-input-credential-credential"
},
{
@@ -170,7 +176,10 @@
"version": 1,
"name": "openAIEmbeddings",
"type": "OpenAIEmbeddings",
"baseClasses": ["OpenAIEmbeddings", "Embeddings"],
"baseClasses": [
"OpenAIEmbeddings",
"Embeddings"
],
"category": "Embeddings",
"description": "OpenAI API to generate embeddings for a given text",
"inputParams": [
@@ -178,7 +187,9 @@
"label": "Connect Credential",
"name": "credential",
"type": "credential",
"credentialNames": ["openAIApi"],
"credentialNames": [
"openAIApi"
],
"id": "openAIEmbeddings_0-input-credential-credential"
},
{
@@ -318,7 +329,10 @@
"version": 1,
"name": "conversationalRetrievalQAChain",
"type": "ConversationalRetrievalQAChain",
"baseClasses": ["ConversationalRetrievalQAChain", "BaseChain"],
"baseClasses": [
"ConversationalRetrievalQAChain",
"BaseChain"
],
"category": "Chains",
"description": "Document QA - built on RetrievalQAChain to provide a chat history component",
"inputParams": [
@@ -428,7 +442,9 @@
"version": 1,
"name": "cheerioWebScraper",
"type": "Document",
"baseClasses": ["Document"],
"baseClasses": [
"Document"
],
"category": "Document Loaders",
"description": "Load data from webpages",
"inputParams": [
@@ -466,7 +482,7 @@
"optional": true,
"additionalParams": true,
"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"
},
{
@@ -527,7 +543,11 @@
"version": 1,
"name": "pineconeUpsert",
"type": "Pinecone",
"baseClasses": ["Pinecone", "VectorStoreRetriever", "BaseRetriever"],
"baseClasses": [
"Pinecone",
"VectorStoreRetriever",
"BaseRetriever"
],
"category": "Vector Stores",
"description": "Upsert documents to Pinecone",
"inputParams": [
@@ -535,7 +555,9 @@
"label": "Connect Credential",
"name": "credential",
"type": "credential",
"credentialNames": ["pineconeApi"],
"credentialNames": [
"pineconeApi"
],
"id": "pineconeUpsert_0-input-credential-credential"
},
{
@@ -580,7 +602,9 @@
}
],
"inputs": {
"document": ["{{cheerioWebScraper_0.data.instance}}"],
"document": [
"{{cheerioWebScraper_0.data.instance}}"
],
"embeddings": "{{openAIEmbeddings_0.data.instance}}",
"pineconeIndex": "",
"pineconeNamespace": "",
@@ -635,7 +659,11 @@
"version": 1,
"name": "motorheadMemory",
"type": "MotorheadMemory",
"baseClasses": ["MotorheadMemory", "BaseChatMemory", "BaseMemory"],
"baseClasses": [
"MotorheadMemory",
"BaseChatMemory",
"BaseMemory"
],
"category": "Memory",
"description": "Use Motorhead Memory to store chat conversations",
"inputParams": [
@@ -645,7 +673,9 @@
"type": "credential",
"optional": true,
"description": "Only needed when using hosted solution - https://getmetal.io",
"credentialNames": ["motorheadMemoryApi"],
"credentialNames": [
"motorheadMemoryApi"
],
"id": "motorheadMemory_0-input-credential-credential"
},
{
@@ -768,4 +798,4 @@
}
}
]
}
}