Skip to content

GraphsUnsupportedError

relationalai.services.graphs.errors

Raised when client.graphs is used on a deployment that does not expose graph CRUD.

Graph databases are a Direct Access primitive consumed by the Logic reasoner. On SQL-only deployments (or any deployment where Direct Access is disabled) the graph endpoints are not reachable and this error is raised on first use.

GraphsUnsupportedErrorGraphErrorClientErrorbuiltins.Exception