uptrain icon indicating copy to clipboard operation
uptrain copied to clipboard

UpTrain is an open-source unified platform to evaluate and improve Generative AI applications. We provide grades for 20+ preconfigured checks (covering language, code, embedding use-cases), perform ro...

Results 32 uptrain issues
Sort by recently updated
recently updated
newest added

Add a test where we check if all the language evals are working fine and giving non-None results for a couple of cases

good first issue

Right now, we take 3 inputs which doesn't seem optimal: 1. user_role 2. assistant_role 3. assistant_persona

enhancement

Modify the variables: PROMPT_INJECTION_FEW_SHOT__CLASSIFY and PROMPT_INJECTION_FEW_SHOT__COT at "uptrain/operators/language/prompts/few_shots.py"

good first issue

Hey @Dominastorm, Why set the request timeout for just openai? https://github.com/uptrain-ai/uptrain/blob/a663b2787a0bba54d4685b35a21e8774a7453288/uptrain/operators/language/llm.py#L54

You can now configure which LLM to use for evaluation but these details + instructions are not added to the documentation. Tutorial for reference here: https://github.com/uptrain-ai/uptrain/blob/main/examples/open_source_evaluator_tutorial.ipynb

enhancement

The idea is to provide a single-line integration for anyone using Langchain & Langsmith to be able to evaluate their LLM applications using UpTrain

enhancement

Add a new operator which computes perplexity score.

enhancement

Add a new operator (LLM-based) that helps evaluate coherence across long-form articles. A common example is if we ask LLM to write an article on American soccer, it confuses between...

enhancement
good first issue
new use-case

Hey @Dominastorm, LiteLLM exposes a custom exception for context window errors called ContextWindowExceededError. It's a subclass of Invalid Request Error, but this way it ensures that context window exceptions across...

Can assume multiple response types: 1. Thumbs Up/Down 2. Edits to model response - Should find how big the edit was 3. Others?

enhancement