Disable embedding push
This commit is contained in:
parent
01c82eaf82
commit
14acf95a15
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ class EmbeddingStore {
|
|||
}
|
||||
|
||||
Future<void> _pushEmbedding(EnteFile file, Embedding embedding) async {
|
||||
// TODO: Remove early return
|
||||
return;
|
||||
final encryptionKey = getFileKey(file);
|
||||
final embeddingJSON = jsonEncode(embedding.embedding);
|
||||
final encryptedEmbedding = await CryptoUtil.encryptChaCha(
|
||||
|
|
Loading…
Add table
Reference in a new issue