Skip to main content
Open on GitHub

UpTrain

UpTrain is an open-source unified platform to evaluate and improve Generative AI applications. It provides grades for 20+ preconfigured evaluations (covering language, code, embedding use cases), performs root cause analysis on failure cases and gives insights on how to resolve them.

安装与设置

pip install uptrain

回调

from langchain_community.callbacks.uptrain_callback import UpTrainCallbackHandler

查看一个示例