Closed
Bug 1956656
Opened 28 days ago
Closed 27 days ago
fix NER suggest to handle engine cache with featureId instead of engineId
Categories
(Core :: Machine Learning, defect, P3)
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: cgopal, Assigned: cgopal)
References
Details
(Whiteboard: [genai])
Attachments
(1 file)
While testing the MLSuggest for NER recently I noticed that it missed city and state detection in Nightly 138.
While debugging found a regression due to Bug 1891685 where the engineId is replaced with featureId. The cache was using engineId and needed this fix to work correctly.
Updated•28 days ago
|
Pushed by cgopal@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/190157884a6e
fix NER suggest to handle engine cache with featureId r=tarek,adw,urlbar-reviewers
Comment 3•27 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 27 days ago
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•