One transactionally consistent persisted-graph load authority.
const snapshot = db.captureHnswLoadSnapshot();snapshot.vectorsByLabel.get(42); Copy
const snapshot = db.captureHnswLoadSnapshot();snapshot.vectorsByLabel.get(42);
Readonly
Exact generation receipt.
Current database-owned metadata keyed by native label.
DB-canonical decoded vectors keyed by the same native labels.
One transactionally consistent persisted-graph load authority.
Example