You've already forked RekomenciBackend
feat(): prediction pipeline
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
from abc import abstractmethod
|
||||
|
||||
from template_project.application.common.enums import ExperienceType
|
||||
|
||||
|
||||
class ResumeEmbeddingVectorGenerator:
|
||||
@abstractmethod
|
||||
async def generate(
|
||||
self,
|
||||
position: str,
|
||||
about_me: str,
|
||||
experience_type: ExperienceType,
|
||||
key_skills: list[str],
|
||||
text: str,
|
||||
) -> list[float]:
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user