mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Chore/upgrade llamaindex version (#2440)
* updates to loader to support file upload * adding a todo * upgrade llamaindex * update groq icon * update azure models * update llamaindex version --------- Co-authored-by: Henry <hzj94@hotmail.com>
This commit is contained in:
@@ -1078,12 +1078,16 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
|
||||
'chatAnthropic',
|
||||
'chatAnthropic_LlamaIndex',
|
||||
'chatOllama',
|
||||
'chatOllama_LlamaIndex',
|
||||
'awsChatBedrock',
|
||||
'chatMistralAI',
|
||||
'chatMistral_LlamaIndex',
|
||||
'groqChat',
|
||||
'chatGroq_LlamaIndex',
|
||||
'chatCohere',
|
||||
'chatGoogleGenerativeAI',
|
||||
'chatTogetherAI'
|
||||
'chatTogetherAI',
|
||||
'chatTogetherAI_LlamaIndex'
|
||||
],
|
||||
LLMs: ['azureOpenAI', 'openAI', 'ollama']
|
||||
}
|
||||
@@ -1112,7 +1116,8 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
|
||||
'airtableAgent',
|
||||
'conversationalRetrievalAgent',
|
||||
'openAIToolAgent',
|
||||
'toolAgent'
|
||||
'toolAgent',
|
||||
'openAIToolAgentLlamaIndex'
|
||||
]
|
||||
isValidChainOrAgent = whitelistAgents.includes(endingNodeData.name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user