remove console log
This commit is contained in:
parent
43c806be76
commit
b115183e37
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ export async function computeTextEmbeddings(
|
|||
const lastLine = lines[lines.length - 1];
|
||||
const embeddings = JSON.parse(lastLine);
|
||||
const embeddingsArray = new Float32Array(embeddings);
|
||||
console.log('embeddingsArray', embeddingsArray);
|
||||
return embeddingsArray;
|
||||
} catch (err) {
|
||||
logErrorSentry(err, 'Error in computeImageEmbeddings');
|
||||
|
|
Loading…
Add table
Reference in a new issue