Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
Loading