Enhance receipt matching by adding user location support and implementing LLM-based tax analysis rules

This commit is contained in:
bolade
2025-10-05 13:25:55 +01:00
parent 3d48cf0385
commit c78c4c6fe9
5 changed files with 644 additions and 9 deletions
+1
View File
@@ -208,3 +208,4 @@ class DepreciationResponse(BaseModel):
class MatchSpecificRequest(BaseModel):
file_ids: List[str]
categorization_id: str
user_location: Optional[str] = "Canada"