Closed gideon772 closed 1 month ago
Hi I figured out what is the problem can I work on that?
Hi @gideon772 , is this resolved with #1437 ?
Yes, the changes made in #1437 are correct. Why is it still in the package, even though I installed the recent version?
NameError: name 'mistralai_api_error' is not defined
Description
When trying to import
MilvusRM
fromdspy.retrieve.milvus_rm
, aNameError
is raised indicating thatmistralai_api_error
is not defined. This error occurs in thedsp
module, specifically in theMistral
class definition.Code
Error Message
NameError: name 'mistralai_api_error' is not defined
Traceback
Steps to Reproduce
MilvusRM
fromdspy.retrieve.milvus_rm
Environment