Build, scale, and manage user-facing Retrieval-Augmented Generation applications.
pip install r2r
from r2r import R2RClient
client = R2RClient("http://localhost:7272")
health_response = client.health() # {"status":"ok"}
# client.register("me@email.com", "my_password") # client.verify_email("me@email.com", "my_verification_code") client.login("me@email.com", "my_password")
Was this page helpful?