Update main.py
Browse files
main.py
CHANGED
@@ -114,7 +114,7 @@ async def get_data(input_file: UploadFile = File(...)):
|
|
114 |
"total_years_of_experience": "total years of experience",
|
115 |
"education": "Institution Name | Country | Degree Name | Graduation Year\nInstitution Name | Country | Degree Name | Graduation Year",
|
116 |
"LinkedIn_link": "LinkedIn link",
|
117 |
-
"experience": "Job Title | Start Date - End Date
|
118 |
"industry": "industry of work",
|
119 |
"skills": "Identify and list specific skills mentioned in both the skills section and inferred from the experience section",
|
120 |
"positions": ["Job title 1", "Job title 2", "Job title 3"],
|
|
|
114 |
"total_years_of_experience": "total years of experience",
|
115 |
"education": "Institution Name | Country | Degree Name | Graduation Year\nInstitution Name | Country | Degree Name | Graduation Year",
|
116 |
"LinkedIn_link": "LinkedIn link",
|
117 |
+
"experience": "Job Title | Start Date - End Date\nCompany Name\n\nJob Title | Start Date - End Date\nCompany Name\n\nJob Title | Start Date - End Date\nCompany Name",
|
118 |
"industry": "industry of work",
|
119 |
"skills": "Identify and list specific skills mentioned in both the skills section and inferred from the experience section",
|
120 |
"positions": ["Job title 1", "Job title 2", "Job title 3"],
|