chore: snapshot before performance optimization
This commit is contained in:
@@ -40,7 +40,7 @@ async function regenerateAllEmbeddings() {
|
||||
await prisma.note.update({
|
||||
where: { id: note.id },
|
||||
data: {
|
||||
embedding: JSON.stringify(embedding)
|
||||
embedding
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user