mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
do a better job of handling failed note embeddings
This commit is contained in:
@@ -28,7 +28,8 @@ CREATE TABLE IF NOT EXISTS "embedding_queue" (
|
||||
"priority" INTEGER NOT NULL DEFAULT 0,
|
||||
"attempts" INTEGER NOT NULL DEFAULT 0,
|
||||
"lastAttempt" TEXT NULL,
|
||||
"error" TEXT NULL
|
||||
"error" TEXT NULL,
|
||||
"failed" INTEGER NOT NULL DEFAULT 0
|
||||
);
|
||||
|
||||
-- Table to store embedding provider configurations
|
||||
|
||||
Reference in New Issue
Block a user