package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Jun 6, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GenerateFailureCategoryReports(reportPath, failurePath, jsonlOut, mdOut string) error
type QuestionReport struct {
ID string `json:"id"`
Query string `json:"query"`
RelevantIDs []string `json:"relevant_ids"`
RetrievedIDs []string `json:"retrieved_ids"`
Rank int `json:"rank"`
}
type Report struct {
System string `json:"system"`
Dataset string `json:"dataset"`
RecallAnyAt10 float64 `json:"recall_any_at_10"`
MRR float64 `json:"mrr"`
Questions []QuestionReport `json:"questions"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.