RagLeap
Maven Central

ragleap-rag (Java port)

version 0.7.0

A pure-Java port of ragleap-rag's retrieval engine, for teams standardized on the JVM. Same interface philosophy, native Java implementation.

maven
<dependency>
  <groupId>io.github.antonyrag</groupId>
  <artifactId>ragleap-rag</artifactId>
  <version>0.7.0</version>
</dependency>

Highlights

  • FaissBackend — pure-Java brute-force exact vector search with SQLite metadata sidecar
  • No Python runtime dependency
  • Matches the Python FAISSBackend's persistence format
Full documentation Maven Central Source (java/)