Skip to main content

Module attribution_tracker

Module attribution_tracker 

Source
Expand description

§Semantic Attribution Tracker

Tracks which source documents contributed to search results and inference outputs, providing attribution chains for explainability and audit.

Structs§

AttributionRecord
A single attribution record linking an output to its contributing sources.
AttributionStats
Aggregate statistics over all records held by a SemanticAttributionTracker.
SemanticAttributionTracker
Tracks attribution chains between outputs and their source documents / embeddings / inference results, enabling explainability and audit.

Enums§

AttributionSource
Identifies the type and origin of a contributing source.