mirror of
https://github.com/zadam/trilium.git
synced 2026-01-01 21:19:56 +01: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