Skip to content

Commit

Permalink
temporarily removed caching of evaluate quiz array in the reranker
Browse files Browse the repository at this point in the history
  • Loading branch information
gclomax committed Dec 16, 2024
1 parent 45c17e9 commit 93199e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export abstract class BaseFullQuizService implements FullQuizService {
throw new Error("Reranker rating schema is undefined");
}
// TODO: GCLOMAX - This is changed to be hashed.
const quizRankings = await this.quizReranker.cachedEvaluateQuizArray(
const quizRankings = await this.quizReranker.evaluateQuizArray(
quizzes,
lessonPlan,
this.quizReranker.ratingSchema,
Expand Down

0 comments on commit 93199e9

Please sign in to comment.