Datasets
A Dataset accepts the following parameters:name(str): The name of the datasetdescription(str): A description of what the dataset isembeddig_api_key(str): the API key for generating embeddingsembeddig type(str): For now, only supportsOPENAImodel_name(str): The name of the model to use for generating embeddings
search_similar endpoint.
Example of how to create a dataset:
Dataset Items
A Dataset Item accepts the following parameters:dataset(int): The id of the dataset this item belongs toinputs(dict): The input data for the dataset itemoutputs(dict): The output data for the dataset item