Module fixtures

Module fixtures 

Source
Expand description

The evaluation corpus and cases.

A small, hand-written corpus that states what the engine is supposed to do. The cases are the specification the thresholds in super::harness are judged against; changing one should be a deliberate decision about product behaviour, not a way to make a run go green.

Structs§

IngestionCase
What should happen to one utterance at ingestion.
RetrievalCase
One retrieval expectation.

Functions§

corpus
The evaluation corpus.
eval_user
The evaluation user.
ingestion_cases
Ingestion cases (§37.2).
retrieval_cases
Retrieval cases (§37.1).