via “evaluation and metrics for retrieval and generation quality”
Open-source AI orchestration framework for building context-engineered, production-ready LLM applications. Design modular pipelines and agent workflows with explicit control over retrieval, routing, memory, and generation. Built for scalable agents, RAG, multimodal applications, semantic search, and
Unique: Provides both retrieval metrics (precision, recall, MRR, NDCG) and generation metrics (BLEU, ROUGE) in a unified evaluation framework. Supports custom metrics through the Evaluator interface and integrates with external evaluation libraries.
vs others: More comprehensive than LangChain's evaluation tools because it includes retrieval-specific metrics; more integrated than standalone evaluation libraries because metrics are pipeline components.