-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding MistralAI mode #2065
Adding MistralAI mode #2065
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution, it is very helpful. Please review the comments below :)
Thanks for the corrections - I removed the Mistral LLM case but this results in settings being pulled from the OpenAI settings page instead of the Mistral settings page. Should I eliminate the Mistral settings page altogether? |
I would say yes. With |
Yes it would need |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for delay @itsliamdowd.
LGTM. Thank you.
Can you merge main
and execute poetry lock --no-update
?
# Conflicts: # poetry.lock
# Conflicts: # poetry.lock
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
I added a Mistral mode where users can interact with Mistral's API for chat completion and generating embeddings. This mode requires the llama-index-embeddings-mistralai package in llama index to work properly and uses the already installed llama-index-llms-openai-like package for the llm to work.
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: