Update backend.py
Browse files- backend.py +1 -1
backend.py
CHANGED
@@ -41,7 +41,7 @@ class InvoicePipeline:
|
|
41 |
# The default template that the machine will take
|
42 |
def _get_default_prompt_template(self) -> PromptTemplate:
|
43 |
template = """Extract all the following values: Invoice ID, DESCRIPTION, Issue Data,UNIT PRICE, AMOUNT, Bill for, From and Terms for: {pages}
|
44 |
-
Expected Outcome: remove any dollar symbols {{"Invoice ID":"12341234", "DESCRIPTION": "UNIT PRICE", "AMOUNT": "3", "Date": "2/1/2021", "AMOUNT": "100", "Bill For": "
|
45 |
"""
|
46 |
|
47 |
prompt_template = PromptTemplate(input_variables = ["pages"], template = template)
|
|
|
41 |
# The default template that the machine will take
|
42 |
def _get_default_prompt_template(self) -> PromptTemplate:
|
43 |
template = """Extract all the following values: Invoice ID, DESCRIPTION, Issue Data,UNIT PRICE, AMOUNT, Bill for, From and Terms for: {pages}
|
44 |
+
Expected Outcome: remove any dollar symbols {{"Invoice ID":"12341234", "DESCRIPTION": "UNIT PRICE", "AMOUNT": "3", "Date": "2/1/2021", "AMOUNT": "100", "Bill For": "Paras", "From": "Coca Cola", "Terms" : "Net for 30 days"}}
|
45 |
"""
|
46 |
|
47 |
prompt_template = PromptTemplate(input_variables = ["pages"], template = template)
|