Skip to content

feat(ai): natural language finance query parser#816

Open
bkennedyshit wants to merge 1 commit intorohitdash08:mainfrom
bkennedyshit:feat/nl-query
Open

feat(ai): natural language finance query parser#816
bkennedyshit wants to merge 1 commit intorohitdash08:mainfrom
bkennedyshit:feat/nl-query

Conversation

@bkennedyshit
Copy link
Copy Markdown

Closes #74. Parse plain-English questions: spend/income/count queries. Month parsing (this month/last month/named). Category extraction. 4 tests.

- query(): parses plain English questions about spending, income, transactions
- Month parsing: 'this month', 'last month', named months (Jan-Dec)
- Category extraction: user's categories + keyword fallback
- Intent detection: spend, income, count queries
- 4 tests: spend, income, count, unknown query fallback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Natural Language Finance Query

1 participant