AWS neptune-analytics documentation change
Summary
Added transaction consistency warning about vector embedding updates not being ACID compliant
Security assessment
Documents data consistency characteristics rather than security features/vulnerabilities. The warning focuses on transaction reliability rather than security protections.
Diff
diff --git a/neptune-analytics/latest/userguide/vectors-remove.md b/neptune-analytics/latest/userguide/vectors-remove.md index 277c8165d..247732c80 100644 --- a//neptune-analytics/latest/userguide/vectors-remove.md +++ b//neptune-analytics/latest/userguide/vectors-remove.md @@ -10,0 +11,4 @@ The `.vectors.remove` algorithm is used to remove the embedding from a node. +###### Important + +Updates to vector embeddings are not ACID compliant. For details and best practices to minimize inconsistencies, see [Vector index transaction support](./vector-index.html#vector-index-transaction-support). +