Add to -> Dataset
on the top right corner:D
to add the run to it.
Any modifications you make to the run in your annotation queue will carry over to the dataset, and all metadata associated with the run will also be copied.
+ Example
you’ll see an option to Generate examples
. This will use an LLM to create synthetic examples.
You have to do the following:
+ Transformations
option. Transformations are preprocessing steps that, if enabled, update your examples when you add them to the dataset. For example the convert to OpenAI messages
transformation will convert message-like objects, like LangChain messages, to OpenAI message format.
For the full list of available transformations, see our reference.
list_examples
in the SDK.