Jan 5, 2024
Guidelines
Example Usage
how to use Leora in the real world
Leora’s e-commerce clients can leverage the following example workflow to onboard data, train models, and fetch recommendations.
Sample Data Upload
Assume you have three files in S3:
Sequence of API Calls
0. Authentication (Client Credentials Flow)
Response (200 OK):
1. Create Datastore
Response (201 Created):
2. Start Training
Response (202 Accepted):
3. Check Training Status
Response (200 OK):
4a. Session-Based Recommendations
Response (200 OK):
4b. User-Based Recommendations
Response (200 OK):