Skip to content

Commit 845e4cc

Browse files
removed comments
1 parent cd0bc22 commit 845e4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflows/text_to_sql.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(
4444
llm,
4545
vector_index_dict,
4646
sql_database,
47-
semantic_cache, # Add semantic_cache parameter
47+
semantic_cache,
4848
verbose=False,
4949
*args,
5050
**kwargs,
@@ -58,7 +58,7 @@ def __init__(
5858
self.llm = llm
5959
self.vector_index_dict = vector_index_dict
6060
self.sql_database = sql_database
61-
self.semantic_cache = semantic_cache # Store the cache
61+
self.semantic_cache = semantic_cache
6262
self._verbose = verbose
6363

6464
@step

0 commit comments

Comments
 (0)