def __init__()

in 3_optimization-design-ptn/02_caching/02_semantic_caching.py [0:0]


    def __init__(
        self,
        embedding_service: EmbeddingGeneratorBase,
        vector_store: VectorStore,
        collection_name: str = COLLECTION_NAME,
        score_threshold: float = 0.2,