We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81a4f7 commit 7bacb01Copy full SHA for 7bacb01
src/semantic-router/pkg/utils/classification/unified_classifier.go
@@ -101,7 +101,6 @@ type UnifiedClassifierStats struct {
101
Initialized bool `json:"initialized"`
102
}
103
104
-// UnifiedClassifier provides true batch inference with shared ModernBERT backbone
105
// LoRAModelPaths holds paths to LoRA model files
106
type LoRAModelPaths struct {
107
IntentPath string
@@ -110,6 +109,7 @@ type LoRAModelPaths struct {
110
109
Architecture string
111
112
+// UnifiedClassifier provides true batch inference with shared ModernBERT backbone
113
type UnifiedClassifier struct {
114
initialized bool
115
mu sync.Mutex
0 commit comments