Skip to content

LongTrainer v1.3.0

Choose a tag to compare

@github-actions github-actions released this 04 May 08:21
· 3 commits to master since this release
884c174

✨ New Features

  • LongTracer Integration: Native, optional support for LongTracer hallucination detection and observability.
    • Automatically captures spans, latencies, and token counts for LLM calls and retriever queries.
    • Provides claim verification via CitationVerifier using hybrid STS and NLI for RAG, Vision, and Structured bot responses.
    • Opt-in via enable_tracer=True during LongTrainer initialization.
    • Available via the [tracer] extra (pip install longtrainer[tracer]).