You can insert a maximum of 100 entries at a time to your Dataset.
How to/Datasets
Add Dataset entries using SDK
Learn how to add new entries to a Dataset using the Maxim SDK
The Maxim SDK provides a convenient way to programmatically add new entries to your datasets. This guide will walk you through the process of using the SDK to add entries, helping you efficiently manage and update your datasets for AI training and evaluation.
Getting your Dataset ID
Get the Dataset ID from the Maxim dashboard:
- Click the three dots on your target Dataset
- Select "Copy ID"
- Use the copied Dataset ID in your code
Adding entries to a Dataset
Create a Dataset with images
Learn how to create a Dataset with images
Bring your RAG via an API endpoint
To integrate RAG context into Maxim, you need to create a context source and add your RAG context API endpoint. This context source can then be used in prompts and workflows for inferencing, enabling the model to access and utilize the relevant context during processing.