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 8124066 commit 70a72f8Copy full SHA for 70a72f8
.gitignore
@@ -8,4 +8,5 @@ dist/
8
.venv/
9
test_lhm/
10
.cursorignore
11
-.vscode
+.vscode
12
+table_info_db
llm_utils/graph.py
@@ -31,6 +31,7 @@ class QueryMakerState(TypedDict):
31
searched_tables: dict[str, dict[str, str]]
32
best_practice_query: str
33
refined_input: str
34
+ question_profile: dict
35
generated_query: str
36
retriever_name: str
37
top_n: int
0 commit comments