Skip to content

Commit

Permalink
adding dev dependency for mistral ai in pyproject.toml (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: hansrajr <[email protected]>
  • Loading branch information
Hansrajr authored Dec 3, 2024
1 parent b17c2d1 commit 6e4d178
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ dev = [
'llama-index==0.10.30',
'llama-index-embeddings-huggingface==0.2.0',
'llama-index-vector-stores-chroma==0.1.9',
'parameterized==0.9.0'
'parameterized==0.9.0',
'llama-index-llms-mistralai==0.1.20',
'langchain-mistralai==0.1.13',
'mistral-haystack==0.0.2'
]

azure = [
Expand Down

0 comments on commit 6e4d178

Please sign in to comment.