Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create an annotator, a human labeller who can be assigned annotation tasks
from calibrate import Calibrate client = Calibrate( api_key="your_api_key", ) client.annotators.create( name="name", )