From 59cdc7a10f2c932de02020552bbf987e75803211 Mon Sep 17 00:00:00 2001 From: Yevgen Safronov Date: Thu, 24 Jul 2025 16:42:11 +0100 Subject: [PATCH] [Vectorize] Vectorize improves insert and upsert reliability and performance --- ...5-07-24-vectorize-insert-upsert-improvements.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/content/changelog/vectorize/2025-07-24-vectorize-insert-upsert-improvements.mdx 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 000000000000000..dee683466950e38 --- /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