RelationalAI Python SDK and Public GitHub RepoVisualize Graphs in Notebooks
We are excited to introduce the RelationalAI SDK for Python with APIs for our Relational Knowledge Graph System (RKGS).
The rai-sdk-python
package is open source and its code can be found in this public Github repository. It includes self-contained examples of the main API functionality. We welcome contributions and pull requests.
The RelationalAI SDK for Python is a standalone client library that it is registered with PyPI and can be installed with package managers such as pip
and poetry
. For more information about getting started with the SDK, refer to our RelationalAI SDK for Python guide.
There you’ll find documentation describing configuration details and APIs covering:
Database queries Rel modeling Database and engine management User account management
The rai-sdk
package requires Python3.