Create an account
Before you get started, make sure you create an account and install Relevance AI.- Sign up for a free account at https://app.relevanceai.com and then login to your Relevance AI account.
- Create a new secret key at https://app.relevanceai.com/login/sdk. Scroll to the bottom of the integrations page and click on ”+ Create new secret key” and select “Admin” permissions.
Install our package
Install the RelevanceAI library in a Python 3 environment by running the following command in your terminalTerminal
Setup your client
Create the RelevanceAI client by importing the library.Python
python-dotenv
or os
library. Your client should run without any errors.
.env
Python
Python