Documentation
¶
Index ¶
Constants ¶
View Source
const ( LayoutSkillDirs = "skill_dirs" MaxSelectionLimit = 64 RouterName = "bm25" // RouterVersion must be bumped whenever the scoring formula (bm25.go score/idf), // tokenization, weighting, the textLike threshold, or any RouterParams value changes. // TestBM25ScoreRegression (quality_test.go) pins exact scores so a formula change // is caught in CI, ensuring the bump is never forgotten. RouterVersion = "bm25-weighted-v1" SkillMDWeight = 4 PathWeight = 2 TextFileWeight = 1 TextLikePercent = 85 )
Variables ¶
This section is empty.
Functions ¶
func RouterParams ¶
Types ¶
type Issue ¶
func ValidateFiles ¶
type IssuesError ¶
type IssuesError []Issue
func (IssuesError) Error ¶
func (e IssuesError) Error() string
Click to show internal directories.
Click to hide internal directories.