relationalai
The RelationalAI Python SDK, also known as PyRel.
Functions
Section titled “Functions”Functions exposed by this module.
connect() Async-first entrypoint returning a
Client. Re-exported from relationalai.client. connect_sync() Synchronous entrypoint returning a
ClientSync. Re-exported from relationalai.client. from_session() Construct an async
Client from an existing session. Re-exported from relationalai.client. from_session_sync() Construct a sync
ClientSync from an existing Snowpark session. Re-exported from relationalai.client. Classes
Section titled “Classes”Classes exposed by this module.
Client Async-first root client. Re-exported from
relationalai.client.client. Modules and Subpackages
Section titled “Modules and Subpackages”Submodules and subpackages available under this namespace.
services Service clients and helpers for the RelationalAI Python SDK.
semantics Build and query RelationalAI semantic models.
agent The RelationalAI agent API.
auth Authentication helpers (Direct Access + Snowflake OAuth/JWT/PAT).
client Root client entrypoints.
config Load and manage PyRel configuration.