How often does it fail to respond, or give poor results?
- It gives relatively good responses. I did not like the find_courses_matching_queries(queries: list[str]) function because it was giving funky results that were not necessarily relevant so I removed that.
Latency of the system, broken down by part. (which part is slow? Does that make sense?)
- I think the latency of the system is probably slowe when it needs to pull and filter data.
Are the search queries relevant for the student’s interest?
- I would say so.
Are the courses returned relevant for the search queries?
- Yes, it is. I tried it with multiple student interests like 'microorganisms study', 'music', and 'speaking'.
Are the recommendations relevant for the interest?
- The course suggestions were relevant!