graphs
relationalai.services
Graphs service package.
This package contains the public service clients (GraphsClient, GraphsClientSync),
their domain models, and the wiring/gateway adapters used to talk to the RAI Direct
Access HTTP API that manages RAI graph databases.
Graph databases are the persistence primitive consumed by the Logic reasoner. They
are not exposed over Snowflake SQL — they live exclusively on the Direct Access
service endpoint — and so this service is DA-only by design. On non-DA
deployments client.graphs still resolves but raises GraphsUnsupportedError on
first use.
Modules and Subpackages
Section titled “Modules and Subpackages”Submodules and subpackages available under this namespace.
client Async Graphs service client.
client_sync Synchronous Graphs service client.
errors Graphs error types.