mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-03 19:39:54 -06:00
"lock" notes that are having their embeddings created
This commit is contained in:
@@ -159,7 +159,8 @@ CREATE TABLE IF NOT EXISTS "embedding_queue" (
|
||||
"attempts" INTEGER NOT NULL DEFAULT 0,
|
||||
"lastAttempt" TEXT NULL,
|
||||
"error" TEXT NULL,
|
||||
"failed" INTEGER NOT NULL DEFAULT 0
|
||||
"failed" INTEGER NOT NULL DEFAULT 0,
|
||||
"isProcessing" INTEGER NOT NULL DEFAULT 0
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "embedding_providers" (
|
||||
|
||||
Reference in New Issue
Block a user