diff --git a/semantic_router/layer.py b/semantic_router/layer.py index 29c25ce3322f467fa2096909b3799616a8d703ee..0635c1ea9beef2afb4437b2406dc421ca831fbfd 100644 --- a/semantic_router/layer.py +++ b/semantic_router/layer.py @@ -63,9 +63,6 @@ class LayerConfig: ): self.encoder_type = encoder_type if encoder_name is None: - # if encoder_name is not provided, use the default encoder for type - # TODO base these values on default values in encoders themselves.. - # TODO without initializing them (as this is just config) for encode_type in EncoderType: if encode_type.value == self.encoder_type: if self.encoder_type == EncoderType.HUGGINGFACE.value: