Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 359 Bytes

File metadata and controls

32 lines (21 loc) · 359 Bytes

Install

Ragas Java is currently distributed as a source build. Use Maven to build and run locally.

Prerequisites

  • Java 21
  • Maven 3.9+

Build from source

mvn clean verify

Run the API

mvn -pl ragas-api -am spring-boot:run

Run tests

mvn verify

Security scan

mvn -Psecurity-scan verify