We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ca1f7b + 3fb7e29 commit 4f74cf3Copy full SHA for 4f74cf3
server/src/admin/admin.controller.ts
@@ -488,9 +488,9 @@ export const addSimilarityDb = async ({ auth }: VerifyAdminType) => {
488
}
489
// UNCOMMENT IF YOU NEED TO PROCESS THESE, but likely not necessary
490
491
- const descriptionResult = await addAllProcessedDescriptions();
492
- const idfResult = await addIdfVector();
493
- const tfidfResult = await addAllTfIdfVectors();
+ // const descriptionResult = await addAllProcessedDescriptions();
+ // const idfResult = await addIdfVector();
+ // const tfidfResult = await addAllTfIdfVectors();
494
const similarityResult = await addAllSimilarityData();
495
return similarityResult;
496
};
0 commit comments