Already have Verdict-compatible traces?
If your traces are already stored in Verdict's schema in SQLite or PostgreSQL, skip application instrumentation and install the evaluation and dashboard packages.
python -m pip install --pre \ "cognifity-verdict[dashboard,postgres]" \ "cognifity-verdict-eval[semantic]" verdict-dashboard --storage "$VERDICT_STORAGE"
For SQLite, omit postgres and pass a SQLite URI such as sqlite:///./verdict.db. A library-level Langfuse adapter is available for custom integrations, but there is no one-command import pipeline: Verdict does not automatically ingest arbitrary observability schemas. Validate or build an adapter before relying on external traces.
Updating an existing install
python -m pip install --upgrade --pre \ "cognifity-verdict[dashboard,postgres]" \ "cognifity-verdict-eval[semantic]"