Spaces:
Sleeping
Sleeping
refactor: update KB and sample Qs
Browse files- app.py +2 -2
- data/knowledge_base.json +1 -1
app.py
CHANGED
|
@@ -324,7 +324,7 @@ with gr.Blocks() as demo:
|
|
| 324 |
None,
|
| 325 |
],
|
| 326 |
[
|
| 327 |
-
"
|
| 328 |
None,
|
| 329 |
],
|
| 330 |
[
|
|
@@ -336,7 +336,7 @@ with gr.Blocks() as demo:
|
|
| 336 |
None,
|
| 337 |
],
|
| 338 |
[
|
| 339 |
-
"What are Matthew’s hobbies and personal interests
|
| 340 |
None,
|
| 341 |
],
|
| 342 |
["Why did Matthew choose to pursue a degree in computer science?", None],
|
|
|
|
| 324 |
None,
|
| 325 |
],
|
| 326 |
[
|
| 327 |
+
"Give me a general background on Matthew's education and work experience.",
|
| 328 |
None,
|
| 329 |
],
|
| 330 |
[
|
|
|
|
| 336 |
None,
|
| 337 |
],
|
| 338 |
[
|
| 339 |
+
"What are Matthew’s hobbies and personal interests?",
|
| 340 |
None,
|
| 341 |
],
|
| 342 |
["Why did Matthew choose to pursue a degree in computer science?", None],
|
data/knowledge_base.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
| 75 |
"6": {
|
| 76 |
"title": "Master of Science in Computer Science (Focus: AI/ML) at University of Southern California (USC)",
|
| 77 |
"dates": "August 2023 - May 2025",
|
| 78 |
-
"topics": "M.S., graduate education, USC, AI, ML, computer science",
|
| 79 |
"details": [
|
| 80 |
"Graduated May 2025 with an M.S. in Computer Science (AI/ML focus).",
|
| 81 |
"Courses: Deep Learning, Machine Learning, Database Systems, Applied NLP, Advanced Computer Vision, Large-Scale Optimization for ML, Design and Analysis of Algorithms, Foundations of AI.",
|
|
|
|
| 75 |
"6": {
|
| 76 |
"title": "Master of Science in Computer Science (Focus: AI/ML) at University of Southern California (USC)",
|
| 77 |
"dates": "August 2023 - May 2025",
|
| 78 |
+
"topics": "M.S., graduate education, USC, AI, ML, computer science, education",
|
| 79 |
"details": [
|
| 80 |
"Graduated May 2025 with an M.S. in Computer Science (AI/ML focus).",
|
| 81 |
"Courses: Deep Learning, Machine Learning, Database Systems, Applied NLP, Advanced Computer Vision, Large-Scale Optimization for ML, Design and Analysis of Algorithms, Foundations of AI.",
|