Remove debug code
This commit is contained in:
parent
4ffa600da6
commit
3554dc3827
1 changed files with 0 additions and 4 deletions
|
@ -265,10 +265,6 @@ class SemanticSearchService {
|
|||
_logger.severe("Discovered incorrect embedding for $file - $result");
|
||||
return;
|
||||
}
|
||||
// dev.log(result.toString());
|
||||
// dev.log(computeScore(result, webEmbedding).toString());
|
||||
// dev.log(computeScore(result, pyEmbedding).toString());
|
||||
// dev.log(computeScore(pyEmbedding, webEmbedding).toString());
|
||||
|
||||
final embedding = Embedding(
|
||||
fileID: file.uploadedFileID!,
|
||||
|
|
Loading…
Add table
Reference in a new issue