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
Currently, ddtrace fails with a NotImplementedError when used with ragas>=0.2.x. Attempting to run tracing with this version of ragas results in the following error
NotImplementedError: Ragas version: 0.2.15 is not supported
Due to this incompatibility, we are currently forced to use ragas==0.1.x, which depends on outdated libraries that have known security vulnerabilities (see PYSEC-2024-115, huntr report)