test-generation

2 tools selected.

Ragas is an open-source framework built by Exploding Gradients for evaluating and monitoring Retrieval Augmented Generation (RAG) pipelines. It gives developers automated metrics to assess retrieval quality and generation quality without relying solely on manual review. The tool addresses a common problem in RAG evaluation. When a chatbot gives a wrong answer, teams often cannot […]

Greptile is an AI code review platform built by Tabnam, Inc. It reviews pull requests automatically and aims to catch bugs that slip past human reviewers and static analysis tools. The core mechanism is a graph index of the repository. Greptile maps files, functions, and dependencies, which lets it evaluate a change against the wider […]