fix vector boundary update after full vector rebuild
This commit is contained in:
@@ -573,6 +573,9 @@ async function handleGenerateVectors(vectorCfg) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Full rebuild completed: vector boundary should match latest floor.
|
||||||
|
await updateMeta(chatId, { lastChunkFloor: chat.length - 1 });
|
||||||
|
|
||||||
postToFrame({ type: "VECTOR_GEN_PROGRESS", phase: "ALL", current: -1, total: 0 });
|
postToFrame({ type: "VECTOR_GEN_PROGRESS", phase: "ALL", current: -1, total: 0 });
|
||||||
await sendVectorStatsToFrame();
|
await sendVectorStatsToFrame();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user