Skip to content

Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and production-ready dashboards.

License

Notifications You must be signed in to change notification settings

Unilabs-Data-Intelligence-PT/opik

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opik - Unilab's Self-Hosted LLM Evaluation Platform

A fork of the original Opik project, tailored for Unilab's specific needs and hosted in our Azure tenant.

Installed version: 1.8.42

Note

The version is the one specified in .env.azure as OPIK_VERSION. It refers to the tag of the commit of the original Opik repository.

Quick Start

Tip

Make sure you are in the "Opik Users" group to log in.

First-Time Deployment

  1. Configure Environment
    cd deployment
    nano .env.azure
    # Edit .env.azure with your Azure credentials

Important

This script will only work with DevScope's account. Run az login with it first.

  1. Deploy to Azure
    ./deploy-azure.sh

Upgrading Versions

# 1. Merge upstream changes
git fetch upstream && git merge upstream/main

# 2. Update version in deployment/.env.azure
# Check the commit tag for the version.
OPIK_VERSION=new_version

# 3. Redeploy (preserves all data)
cd deployment && ./deploy-azure.sh

Cluster Management

Delete Cluster

  • Go to Azure PortalResource Groupsopik-rg
  • Delete the opik-aks cluster
  • The data will be preserved (stored in persistent disks in the resource group)

Recover Data After Cluster Recreation

The deployment script automatically detects and reuses existing data disks when you redeploy. These disks are found in the opik-rg resource group, so they are not deleted with the cluster.

Simply run:

cd deployment
./deploy-azure.sh

Your existing data will be automatically preserved and reattached.

More Information

Detailed Documentation: See deployment/ folder for:

  • Complete deployment guide
  • Configuration options
  • Troubleshooting
  • Network architecture

Note

For general Opik documentation and features, visit the original repository.

About

Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and production-ready dashboards.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.3%
  • TypeScript 34.4%
  • Jupyter Notebook 5.8%
  • Shell 1.2%
  • SCSS 0.1%
  • PowerShell 0.1%
  • Other 0.1%