From bcdebc853bc255314130aa13759d18da57c33522 Mon Sep 17 00:00:00 2001
From: dwmorris11 <dustin.morris@outlook.com>
Date: Wed, 21 Feb 2024 20:57:43 -0800
Subject: [PATCH] remove TODO comment

---
 semantic_router/layer.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/semantic_router/layer.py b/semantic_router/layer.py
index 29c25ce3..0635c1ea 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:
-- 
GitLab