in backend/matching-engine/services/multimodal_text_to_image_match_service.py [0:0]
def __init__(
self,
id: str,
name: str,
description: str,
allows_text_input: bool,
allows_image_input: bool,
index_endpoint_name: str,
deployed_index_id: str,
project_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
gcs_bucket: str,
is_public_index_endpoint: bool,
prompts_texts_file: Optional[str] = None,
prompt_images_file: Optional[str] = None,
code_info: Optional[CodeInfo] = None,