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:
Vinod Kiran
2024-05-22 18:05:08 +05:30
committed by GitHub
parent e83dcb01b8
commit ff2381741e
22 changed files with 1340 additions and 297 deletions
+7 -2
View File
@@ -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)