Skip to content

Commit

Permalink
Add support for mistral latest models (#16991)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi03071991 authored Nov 18, 2024
1 parent 49416d2 commit 6c1b33c
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 51 deletions.
127 changes: 78 additions & 49 deletions docs/docs/examples/multi_modal/mistral_multi_modal.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

MISTRALAI_MULTI_MODAL_MODELS = {
"pixtral-12b-2409": 128000,
"pixtral-large-latest": 128000,
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-multi-modal-llms-mistralai"
readme = "README.md"
version = "0.3.0"
version = "0.3.1"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
mistralai = ">=1.1.0"
mistralai = ">=1.2.3"
llama-index-core = "^0.12.0"
filetype = "^1.2.0"

Expand Down

0 comments on commit 6c1b33c

Please sign in to comment.