We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0bc22 commit 845e4ccCopy full SHA for 845e4cc
workflows/text_to_sql.py
@@ -44,7 +44,7 @@ def __init__(
44
llm,
45
vector_index_dict,
46
sql_database,
47
- semantic_cache, # Add semantic_cache parameter
+ semantic_cache,
48
verbose=False,
49
*args,
50
**kwargs,
@@ -58,7 +58,7 @@ def __init__(
58
self.llm = llm
59
self.vector_index_dict = vector_index_dict
60
self.sql_database = sql_database
61
- self.semantic_cache = semantic_cache # Store the cache
+ self.semantic_cache = semantic_cache
62
self._verbose = verbose
63
64
@step
0 commit comments