How to Access Sanatio?

Good to know: To use Sanatio, you'll need an access token that will be authenticated by the Fluid AI server.

Install Sanatio

Sanatio is available in pypi. You can select the version of Sanatio you need. The current version is 2.0.0.

pip install fluidai-sanatio==2.0.0

Accessing functionalities

An access token is needed in order to execute the functions that are available in Sanatio. The access token should be entered in the prompt to authenticate your session.

Once authenticates, you don't need to authenticate yourself again until you close your notebook session.

How authentication is done

The authentication is done by the Fluid AI server with the access token provided by the user.

Have a look on how the authentication works technically : http://172.31.20.20/python/fluid-ai-sanatio/-/wikis/Authentication-Mechanism-and-Flow

Last updated