def __init__()

in backend/matching-engine/services/sentence_transformer_service.py [0:0]


    def __init__(
        self,
        id: str,
        name: str,
        description: str,
        words_file: str,
        sentence_transformer_id_or_path: str,
        index_endpoint_name: str,
        deployed_index_id: str,
        redis_host: str,  # Redis host to get data about a match id
        redis_port: int,  # Redis port to get data about a match id
        code_info: Optional[CodeInfo] = None,