Skip to content
Merged
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
16 changes: 16 additions & 0 deletions src/content/changelogs/vectorize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ productLink: "/vectorize/"
productArea: Developer platform
productAreaLink: /workers/platform/changelog/platform/
entries:
- publish_date: "2024-10-28"
title: Improved query latency through REST API
description: |-
Vectorize now has a significantly improved query latency through REST API:
* [Query vectors](/api/operations/vectorize-query-vector).
* [Get vector by identifier](/api/operations/vectorize-get-vectors-by-id).

- publish_date: "2024-10-24"
title: Vectorize increased limits
description: |-
Developers with a Workers Paid plan can:
* Create 50,000 indexes per account, up from the previous 100 limit.
* Create 50,000 namespaces per index, up from the previous 100 limt. This applies to both existing and newly created indexes.

Refer to [Limits](/vectorize/platform/limits/) to learn about Vectorize's limits.

- publish_date: "2024-09-26"
title: Vectorize GA
description: |-
Expand Down
Loading