-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Labels
area/corebugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority/P1Important / Should-HaveImportant / Should-Have
Milestone
Description
Describe the bug

i want to directly call the classify api through 8080 port, but i got wrong answer
Expected behavior
return actual category
Additional context
ClassificationApi Service use the globalClassificationService which initialize a unifiedClassifier, but the api /api/v1/classify/intent
of ClassificationAPIServer
still use a legacy classifier which is nil. so it always output
{
"classification": {
"category": "general",
"confidence": 0.5,
"processing_time_ms": 0
},
"recommended_model": "general-model",
"routing_decision": "placeholder_response"
}
Metadata
Metadata
Assignees
Labels
area/corebugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpriority/P1Important / Should-HaveImportant / Should-Have