Skip to content

Commit 70a72f8

Browse files
committed
docs : .gitignore table_info_db 추가
1 parent 8124066 commit 70a72f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ dist/
88
.venv/
99
test_lhm/
1010
.cursorignore
11-
.vscode
11+
.vscode
12+
table_info_db

llm_utils/graph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class QueryMakerState(TypedDict):
3131
searched_tables: dict[str, dict[str, str]]
3232
best_practice_query: str
3333
refined_input: str
34+
question_profile: dict
3435
generated_query: str
3536
retriever_name: str
3637
top_n: int

0 commit comments

Comments
 (0)