Adaptive Engine allows you to annotate your LLM completions with scalar, boolean or preference feedback. Feedbacks power your continuous improvement journey in Adaptive ML: you can use them for observability, evaluation and as training objectives. There are 2 types of feedback you can log: metrics and preference sets. A metric is a boolean or scalar value attached to an individual completion. A preference set is a tuple of completions, where one is marked as preferred, and the other as dispreferred.Documentation Index
Fetch the complete documentation index at: https://docs.adaptive-ml.com/llms.txt
Use this file to discover all available pages before exploring further.

Create an
Adaptive client firstRegister feedback key
Metrics
Metrics are valuable when you can measure or quantify some dimension about a completion. Examples of what those could be:- immediate human feedback, such as acceptance/rejection of a completion
- downstream impact of a completion, such as customer churn or avoidance of it
- user satisfaction [0-5] for a given conversation
- execution feedback for generated code, such as success/error


