Enhance receipt matching by adding user location support and implementing LLM-based tax analysis rules
This commit is contained in:
+1
-1
@@ -537,7 +537,7 @@ async def match_specific_receipts(request: MatchSpecificRequest, db: db_dependen
|
||||
)
|
||||
|
||||
try:
|
||||
matching_results = matching_engine.process_matching(receipts, transactions)
|
||||
matching_results = matching_engine.process_matching(receipts, transactions, user_location=request.user_location)
|
||||
logger.info(f"Matching completed, got {len(matching_results)} results")
|
||||
|
||||
# Convert matching results to response format
|
||||
|
||||
Reference in New Issue
Block a user