Brad Lovering and Tomas Uribe
08 November 2021
less than a minute read
We are excited to introduce the RelationalAI SDK for Python with APIs for our Relational Knowledge Graph Management System (RKGMS).
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:
The rai-sdk
package requires Python3.
We are excited to announce worksheets, a new interface for submitting Rel queries. Worksheets allow you to develop blocks of Rel code and run them against a database. They can be shared with other users using their URLs.
Read MoreWe are excited to announce the support of varargs in Rel. You can use varargs to write more general code that works for multiple arities. Varargs can be useful when writing generic relations for common utilities.
Read MoreValue types help distinguish between different kinds of values, even though the underlying representation may be identical. Value types can be used to define other value types.
Read More