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
+33 -4
View File
@@ -244,21 +244,29 @@
"label": "gpt-4",
"name": "gpt-4"
},
{
"label": "gpt-4-turbo",
"name": "gpt-4-turbo"
},
{
"label": "gpt-4-32k",
"name": "gpt-4-32k"
},
{
"label": "gpt-35-turbo",
"name": "gpt-35-turbo"
"label": "gpt-3.5-turbo",
"name": "gpt-3.5-turbo"
},
{
"label": "gpt-35-turbo-16k",
"name": "gpt-35-turbo-16k"
"label": "gpt-3.5-turbo-16k",
"name": "gpt-3.5-turbo-16k"
},
{
"label": "gpt-4-vision-preview",
"name": "gpt-4-vision-preview"
},
{
"label": "gpt-4-1106-preview",
"name": "gpt-4-1106-preview"
}
]
},
@@ -504,6 +512,10 @@
{
"name": "chatOpenAI_LlamaIndex",
"models": [
{
"label": "gpt-4o",
"name": "gpt-4o"
},
{
"label": "gpt-4",
"name": "gpt-4"
@@ -622,6 +634,23 @@
"name": "mistral-large-2402"
}
]
},
{
"name": "chatMistral_LlamaIndex",
"models": [
{
"label": "mistral-tiny",
"name": "mistral-tiny"
},
{
"label": "mistral-small",
"name": "mistral-small"
},
{
"label": "mistral-medium",
"name": "mistral-medium"
}
]
}
],
"llm": [