mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
update marketplaces
This commit is contained in:
@@ -444,7 +444,18 @@
|
|||||||
"baseClasses": ["ConversationalRetrievalQAChain", "BaseChain", "BaseLangChain"],
|
"baseClasses": ["ConversationalRetrievalQAChain", "BaseChain", "BaseLangChain"],
|
||||||
"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": [
|
||||||
|
{
|
||||||
|
"label": "System Message",
|
||||||
|
"name": "systemMessagePrompt",
|
||||||
|
"type": "string",
|
||||||
|
"rows": 4,
|
||||||
|
"additionalParams": true,
|
||||||
|
"optional": true,
|
||||||
|
"placeholder": "I want you to act as a document that I am having a conversation with. Your name is \"AI Assistant\". You will provide me with answers from the given info. If the answer is not included, say exactly \"Hmm, I am not sure.\" and stop after that. Refuse to answer any question not about the info. Never break character.",
|
||||||
|
"id": "conversationalRetrievalQAChain_0-input-systemMessagePrompt-string"
|
||||||
|
}
|
||||||
|
],
|
||||||
"inputAnchors": [
|
"inputAnchors": [
|
||||||
{
|
{
|
||||||
"label": "Language Model",
|
"label": "Language Model",
|
||||||
|
|||||||
@@ -461,7 +461,18 @@
|
|||||||
"baseClasses": ["ConversationalRetrievalQAChain", "BaseChain", "BaseLangChain"],
|
"baseClasses": ["ConversationalRetrievalQAChain", "BaseChain", "BaseLangChain"],
|
||||||
"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": [
|
||||||
|
{
|
||||||
|
"label": "System Message",
|
||||||
|
"name": "systemMessagePrompt",
|
||||||
|
"type": "string",
|
||||||
|
"rows": 4,
|
||||||
|
"additionalParams": true,
|
||||||
|
"optional": true,
|
||||||
|
"placeholder": "I want you to act as a document that I am having a conversation with. Your name is \"AI Assistant\". You will provide me with answers from the given info. If the answer is not included, say exactly \"Hmm, I am not sure.\" and stop after that. Refuse to answer any question not about the info. Never break character.",
|
||||||
|
"id": "conversationalRetrievalQAChain_0-input-systemMessagePrompt-string"
|
||||||
|
}
|
||||||
|
],
|
||||||
"inputAnchors": [
|
"inputAnchors": [
|
||||||
{
|
{
|
||||||
"label": "Language Model",
|
"label": "Language Model",
|
||||||
|
|||||||
@@ -338,7 +338,18 @@
|
|||||||
"baseClasses": ["ConversationalRetrievalQAChain", "BaseChain", "BaseLangChain"],
|
"baseClasses": ["ConversationalRetrievalQAChain", "BaseChain", "BaseLangChain"],
|
||||||
"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": [
|
||||||
|
{
|
||||||
|
"label": "System Message",
|
||||||
|
"name": "systemMessagePrompt",
|
||||||
|
"type": "string",
|
||||||
|
"rows": 4,
|
||||||
|
"additionalParams": true,
|
||||||
|
"optional": true,
|
||||||
|
"placeholder": "I want you to act as a document that I am having a conversation with. Your name is \"AI Assistant\". You will provide me with answers from the given info. If the answer is not included, say exactly \"Hmm, I am not sure.\" and stop after that. Refuse to answer any question not about the info. Never break character.",
|
||||||
|
"id": "conversationalRetrievalQAChain_0-input-systemMessagePrompt-string"
|
||||||
|
}
|
||||||
|
],
|
||||||
"inputAnchors": [
|
"inputAnchors": [
|
||||||
{
|
{
|
||||||
"label": "Language Model",
|
"label": "Language Model",
|
||||||
|
|||||||
@@ -542,7 +542,18 @@
|
|||||||
"baseClasses": ["ConversationalRetrievalQAChain", "BaseChain", "BaseLangChain"],
|
"baseClasses": ["ConversationalRetrievalQAChain", "BaseChain", "BaseLangChain"],
|
||||||
"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": [
|
||||||
|
{
|
||||||
|
"label": "System Message",
|
||||||
|
"name": "systemMessagePrompt",
|
||||||
|
"type": "string",
|
||||||
|
"rows": 4,
|
||||||
|
"additionalParams": true,
|
||||||
|
"optional": true,
|
||||||
|
"placeholder": "I want you to act as a document that I am having a conversation with. Your name is \"AI Assistant\". You will provide me with answers from the given info. If the answer is not included, say exactly \"Hmm, I am not sure.\" and stop after that. Refuse to answer any question not about the info. Never break character.",
|
||||||
|
"id": "conversationalRetrievalQAChain_0-input-systemMessagePrompt-string"
|
||||||
|
}
|
||||||
|
],
|
||||||
"inputAnchors": [
|
"inputAnchors": [
|
||||||
{
|
{
|
||||||
"label": "Language Model",
|
"label": "Language Model",
|
||||||
|
|||||||
Reference in New Issue
Block a user