You've already forked RekomenciBackend
не помнб
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
from abc import abstractmethod
|
||||
from typing import Protocol
|
||||
|
||||
from template_project.application.common.enums import ExperienceType
|
||||
|
||||
|
||||
class ResumeEmbeddingVectorGenerator(Protocol):
|
||||
class ResumeEmbeddingVectorGenerator:
|
||||
@abstractmethod
|
||||
async def generate(
|
||||
self,
|
||||
position: str,
|
||||
about_me: str,
|
||||
experience_type: ExperienceType,
|
||||
key_skills: list[str],
|
||||
) -> list[float]:
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user