feat(persist): HNSW vector indexes survive restart

This commit is contained in:
2026-07-30 16:05:25 +03:00
parent 6703ca2b29
commit 214e44abd7
3 changed files with 39 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ const
SchemaUserPrefix* = "_schema:users:"
SchemaPolicyPrefix* = "_schema:policies:"
SchemaFtsIndexPrefix* = "_schema:ftsidx:"
SchemaVecIndexPrefix* = "_schema:vecidx:"
## Legacy CREATE TABLE keys (pre-fix) used a migrations: counter suffix
SchemaLegacyCreatePrefix* = "_schema:migrations:"