Omkar008 commited on
Commit
c2f7145
1 Parent(s): 1f4fb93

Update services/utils.py

Browse files
Files changed (1) hide show
  1. services/utils.py +1 -1
services/utils.py CHANGED
@@ -65,7 +65,7 @@ def strcuture_document_data(raw_text:str)->dict:
65
  # )
66
 
67
  doc_query= (
68
- "The response should only be in JSON format very Strictly and it should have these keys brand , total_cost , location, purchase_category,brand_category , Date , very Strictly."
69
  )
70
 
71
  parser = PydanticOutputParser(pydantic_object=Candidate)
 
65
  # )
66
 
67
  doc_query= (
68
+ "The response should only be in JSON format very Strictly and it should have these keys brand , total_cost , location, purchase_category,brand_category , Date."
69
  )
70
 
71
  parser = PydanticOutputParser(pydantic_object=Candidate)