@@ -287,7 +287,7 @@ def get_ecs_id_param_name(request_type: NLPRequest.FeaturesType):
287287 NLPRequest .FeaturesType .TOPICMODEL : "topicmodel_id" ,
288288 NLPRequest .FeaturesType .GEOLOCATION : "geolocation_id" ,
289289 NLPRequest .FeaturesType .ENTRY_EXTRACTION : "entryextraction_id" ,
290- NLPRequest .FeaturesType .ENTRY_CLASSIFICATION_LLM : "entryextraction_llm_id " ,
290+ NLPRequest .FeaturesType .ENTRY_EXTRACTION_LLM : "entryextraction_id " ,
291291 NLPRequest .FeaturesType .TEXT_EXTRACTION : "textextraction_id" ,
292292 NLPRequest .FeaturesType .SUMMARIZATION_V3 : "summarization_id"
293293 }
@@ -299,7 +299,7 @@ def get_ecs_url(request_type: NLPRequest.FeaturesType):
299299 NLPRequest .FeaturesType .TOPICMODEL : urljoin (TOPICMODEL_ECS_ENDPOINT , "/get_excerpt_clusters" ),
300300 NLPRequest .FeaturesType .GEOLOCATION : urljoin (GEOLOCATION_ECS_ENDPOINT , "/get_geolocations" ),
301301 NLPRequest .FeaturesType .ENTRY_EXTRACTION : urljoin (ENTRYEXTRACTION_ECS_ENDPOINT , "/extract_entries" ),
302- NLPRequest .FeaturesType .ENTRY_CLASSIFICATION_LLM : urljoin (ENTRYEXTRACTION_ECS_ENDPOINT , "/extract_entries_llm" ),
302+ NLPRequest .FeaturesType .ENTRY_EXTRACTION_LLM : urljoin (ENTRYEXTRACTION_ECS_ENDPOINT , "/extract_entries_llm" ),
303303 NLPRequest .FeaturesType .TEXT_EXTRACTION : urljoin (TEXT_EXTRACTION_ECS_ENDPOINT , "/extract_document" ),
304304 NLPRequest .FeaturesType .SUMMARIZATION_V3 : urljoin (SUMMARIZATION_V3_ECS_ENDPOINT , "/generate_report" )
305305 }
0 commit comments