Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
8a123ad
clean: remove unused files
Apr 6, 2026
bf52b2f
remove data folder from tracking
Apr 6, 2026
e535830
feat: introduce local LLM parsing and deterministic routing architecture
Apr 6, 2026
7e72bc5
feat: add rule-based parser and excel routing
Apr 6, 2026
9271884
feat: natural language to excel query
Apr 6, 2026
6e074c8
feat: natural language query engine v1 (filters, top-k, embedding)
Apr 6, 2026
7fa15df
feat : productionize query engine with FastAPI
Apr 6, 2026
8538e82
refactor: AST parser and validation pipeline
May 7, 2026
113c720
feat: Refactor prompt architecture
May 8, 2026
bf25219
feat: add AST caching layer
May 8, 2026
923052d
fix: 이것저것
May 8, 2026
4278b06
fix: improve prompt architecture
May 9, 2026
600e69d
fix:
May 9, 2026
151c181
commit:
May 9, 2026
f030303
fix: fix file name
May 9, 2026
e741c81
fix:
May 10, 2026
ca67155
feat: improve parser architecture
May 10, 2026
164fb20
refactor: remove dead module and rewrite prompts
May 10, 2026
4436862
fix: logger.py
May 10, 2026
4dc0b59
fix:
May 10, 2026
492e493
fix:
May 11, 2026
426f837
fix: refactor prompts architecture
May 11, 2026
400448a
fix: update query builder
May 11, 2026
56bd311
feat:
May 11, 2026
bff4c1a
refactor: modularize entity extraction and prompt injection
May 11, 2026
044f916
Update request_parser.py
May 11, 2026
327de32
fix:
May 11, 2026
a2e7239
fix: rename entity_prompts
May 11, 2026
d1689a5
feat: add Fast API
May 11, 2026
1786a98
Update app.py
May 11, 2026
acd8ef6
fix:
May 11, 2026
6163e9a
refact: refactoring app.py
May 11, 2026
8fbc846
fix: fix prompt rules
May 11, 2026
5deee02
Update app.py
May 11, 2026
b3bb3d7
feat: select columns
May 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
data/
*.xlsx
*.csv
venv/
__pycache__/
.env
Loading