Merge pull request #1259 from FlowiseAI/feature/VectaraChain

Feature/Add vectara chain
This commit is contained in:
Henry Heng
2023-11-21 14:44:43 +00:00
committed by GitHub
6 changed files with 324 additions and 7 deletions
+1 -1
View File
@@ -842,7 +842,7 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
let isValidChainOrAgent = false
if (endingNodeData.category === 'Chains') {
// Chains that are not available to stream
const blacklistChains = ['openApiChain']
const blacklistChains = ['openApiChain', 'vectaraQAChain']
isValidChainOrAgent = !blacklistChains.includes(endingNodeData.name)
} else if (endingNodeData.category === 'Agents') {
// Agent that are available to stream