You've already forked RekomenciBackend
add pipline
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from template_project.application.common.data_structure import to_data_structure
|
||||
from template_project.application.vacancy.entity import Vacancy
|
||||
|
||||
|
||||
@to_data_structure
|
||||
class SuitableVacancy:
|
||||
vacancy: Vacancy
|
||||
resume_similarity: float
|
||||
Reference in New Issue
Block a user