mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 01:01:11 +03:00
after yarn lint
This commit is contained in:
@@ -15,11 +15,7 @@
|
|||||||
"version": 1,
|
"version": 1,
|
||||||
"name": "vectaraQAChain",
|
"name": "vectaraQAChain",
|
||||||
"type": "VectaraQAChain",
|
"type": "VectaraQAChain",
|
||||||
"baseClasses": [
|
"baseClasses": ["VectaraQAChain", "BaseChain", "Runnable"],
|
||||||
"VectaraQAChain",
|
|
||||||
"BaseChain",
|
|
||||||
"Runnable"
|
|
||||||
],
|
|
||||||
"category": "Chains",
|
"category": "Chains",
|
||||||
"description": "QA chain for Vectara",
|
"description": "QA chain for Vectara",
|
||||||
"inputParams": [
|
"inputParams": [
|
||||||
@@ -231,11 +227,7 @@
|
|||||||
"version": 2,
|
"version": 2,
|
||||||
"name": "vectara",
|
"name": "vectara",
|
||||||
"type": "Vectara",
|
"type": "Vectara",
|
||||||
"baseClasses": [
|
"baseClasses": ["Vectara", "VectorStoreRetriever", "BaseRetriever"],
|
||||||
"Vectara",
|
|
||||||
"VectorStoreRetriever",
|
|
||||||
"BaseRetriever"
|
|
||||||
],
|
|
||||||
"category": "Vector Stores",
|
"category": "Vector Stores",
|
||||||
"description": "Upsert embedded data and perform similarity search upon query using Vectara, a LLM-powered search-as-a-service",
|
"description": "Upsert embedded data and perform similarity search upon query using Vectara, a LLM-powered search-as-a-service",
|
||||||
"inputParams": [
|
"inputParams": [
|
||||||
@@ -243,9 +235,7 @@
|
|||||||
"label": "Connect Credential",
|
"label": "Connect Credential",
|
||||||
"name": "credential",
|
"name": "credential",
|
||||||
"type": "credential",
|
"type": "credential",
|
||||||
"credentialNames": [
|
"credentialNames": ["vectaraApi"],
|
||||||
"vectaraApi"
|
|
||||||
],
|
|
||||||
"id": "vectara_1-input-credential-credential"
|
"id": "vectara_1-input-credential-credential"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -392,4 +382,4 @@
|
|||||||
"id": "vectara_1-vectara_1-output-vectorStore-Vectara|VectorStore-vectaraQAChain_0-vectaraQAChain_0-input-vectaraStore-VectorStore"
|
"id": "vectara_1-vectara_1-output-vectorStore-Vectara|VectorStore-vectaraQAChain_0-vectaraQAChain_0-input-vectaraStore-VectorStore"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user