phoenix
phoenix copied to clipboard
[BUG] MistralAIModel throws import error due to deprecated class
Describe the bug Defining a MistralAIModel as an eval model throws an error. It looks like this is because mistalai.exceptions is no longer in the mistral package.
To Reproduce MRE:
from phoenix.evals import (
MistralAIModel,
RelevanceEvaluator,
)
relevance_evaluator = RelevanceEvaluator(MistralAIModel)
Screenshots