in backend/matching-engine/services/palm_text_match_service.py [0:0]
def __init__(
self,
id: str,
name: str,
description: str,
words_file: 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,