Samarth991 commited on
Commit
03c9778
·
verified ·
1 Parent(s): 8da73e9

Update QnA.py

Browse files
Files changed (1) hide show
  1. QnA.py +3 -3
QnA.py CHANGED
@@ -11,13 +11,13 @@ load_dotenv()
11
 
12
  def prompt_template_to_analyze_resume():
13
  template = """
14
- You are provided with the Resume of the Candidate in the context below . As an Talent Aquistion bot , your task is to analyze that candidate is
15
- is reliable or not. To find out reliability parameter check , How frequently the candidate has switched from one company to another.
16
  Grade him on the given basis:
17
  If less than 2 Year - very less Reliable
18
  if more than 2 years but less than 5 years - Reliable
19
  if more than 5 Years - Highly Reliable
20
- Finally Generate a one line Response and small reason for it .
21
  \n\n:{context}
22
  """
23
  prompt = ChatPromptTemplate.from_messages(
 
11
 
12
  def prompt_template_to_analyze_resume():
13
  template = """
14
+ You are provided with the Resume of the Candidate in the context below . As an Talent Aquistion bot , your task is to provide insights about the candidate .
15
+ If and only if asked about reliability , check How frequently the candidate has switched from one company to another.
16
  Grade him on the given basis:
17
  If less than 2 Year - very less Reliable
18
  if more than 2 years but less than 5 years - Reliable
19
  if more than 5 Years - Highly Reliable
20
+
21
  \n\n:{context}
22
  """
23
  prompt = ChatPromptTemplate.from_messages(