vertebrae.scoring.retrieval

Exact, memory-bounded scoring for frozen query–gallery embeddings.

Classes

RetrievalScoreResult

Aggregate metrics and diagnostics for one retrieval direction.

RetrievalScorer

Score explicit relevance with exhaustive exact ranking and bounded memory.

Module Contents

class vertebrae.scoring.retrieval.RetrievalScoreResult[source]

Aggregate metrics and diagnostics for one retrieval direction.

class vertebrae.scoring.retrieval.RetrievalScorer(config=None)[source]

Score explicit relevance with exhaustive exact ranking and bounded memory.

Parameters:

config (Optional[vertebrae.config.RetrievalConfig])