add vector to prompt

This commit is contained in:
Henry
2023-08-16 01:43:11 +01:00
parent af5efaa751
commit 94461025dc
11 changed files with 1194 additions and 40 deletions
@@ -45,7 +45,8 @@ class ConversationChain_Chains implements INode {
label: 'Document',
name: 'document',
type: 'Document',
description: 'Include whole document into the context window',
description:
'Include whole document into the context window, if you get maximum context length error, please use model with higher context window like Claude 100k, or gpt4 32k',
optional: true,
list: true
},