You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/docs/integrations/providers/uptrain.md

553 B

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.

Installation and Setup

pip install uptrain

Callbacks

from langchain_community.callbacks.uptrain_callback import UpTrainCallbackHandler

See an example.