diff --git a/src/content/changelog/vectorize/2025-07-24-vectorize-insert-upsert-improvements.mdx b/src/content/changelog/vectorize/2025-07-24-vectorize-insert-upsert-improvements.mdx new file mode 100644 index 00000000000000..dee683466950e3 --- /dev/null +++ b/src/content/changelog/vectorize/2025-07-24-vectorize-insert-upsert-improvements.mdx @@ -0,0 +1,13 @@ +--- +title: Vectorize improves insert and upsert reliability and performance +description: Vectorize has been updated to improve the latency of vector inserts and upserts by up to 20% for p95, and to eliminate the risk of API rate limiting from these operations. +products: + - vectorize +date: 2025-07-24 +--- + +Vectorize insert and upsert operations are now more performant and reliable following a backend update. + +The latency of vector inserts and upserts has been improved by up to 20% at the 95th percentile. In addition, the risk of encountering REST API rate limits when performing a high volume of these operations has been eliminated. + +Refer to the [Vectorize documentation](/vectorize/get-started/insert-vectors/) for more information on inserting and upserting vectors. \ No newline at end of file