You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mistral uses the same API as OpenAI and so far we've instructed people to use the OpenAIChatGenerator and OpenAITextEmbedder to make use of the Mistral API directly.
The components use the OpenAI embedders and generators. Currently mistral uses pretty much the identical API to OpenAI, but we can make changes when and if they move on to something else
Checklist
If the request is accepted, ensure the following checklist is complete before closing this issue.
The content you are editing has changed. Please copy your edits and refresh the page.
Summary and motivation
Creating this issue for deepset-ai/haystack#6928
Mistral uses the same API as OpenAI and so far we've instructed people to use the OpenAIChatGenerator and OpenAITextEmbedder to make use of the Mistral API directly.
It would be good to have components that wrap these two which makes it nicer to use with Mistral: https://haystack.deepset.ai/integrations/mistral
Detailed design
The components use the OpenAI embedders and generators. Currently mistral uses pretty much the identical API to OpenAI, but we can make changes when and if they move on to something else
Checklist
If the request is accepted, ensure the following checklist is complete before closing this issue.
Tasks
The text was updated successfully, but these errors were encountered: