Skip to main content

Cloudflare/vectorize

@webframp/cloudflare/vectorizev2026.07.19.1· 6d agoMODELS
01README

Cloudflare Vectorize — vector indexes, insert/query/delete operations

02Release Notes

2026.07.19.1

Added: Initial code-generated release of @webframp/cloudflare/vectorize with 14 methods covering the Cloudflare vectorize API surface.

03Models1
@webframp/cloudflare/vectorizev2026.07.19.1cloudflare/vectorize.ts

Global Arguments

ArgumentTypeDescription
apiTokenstringCloudflare API token
accountIdstringCloudflare account ID
fn list_vectorize_indexes()
List Vectorize Indexes
fn create_vectorize_index(config: unknown, description?: unknown, name: unknown)
Create Vectorize Index
ArgumentTypeDescription
configunknown
description?unknown
nameunknown
fn get_vectorize_index(index_name: string)
Get Vectorize Index
ArgumentTypeDescription
index_namestring
fn delete_vectorize_index(index_name: string)
Delete Vectorize Index
ArgumentTypeDescription
index_namestring
fn delete_vectors_by_id(index_name: string, ids?: array)
Delete Vectors By Identifier
ArgumentTypeDescription
index_namestring
ids?arrayA list of vector identifiers to delete from the index indicated by the path.
fn get_vectors_by_id(index_name: string, ids?: array)
Get Vectors By Identifier
ArgumentTypeDescription
index_namestring
ids?arrayA list of vector identifiers to retrieve from the index indicated by the path.
fn get_vectorize_index_info(index_name: string)
Get Vectorize Index Info
ArgumentTypeDescription
index_namestring
fn vectorize_insert_vector(index_name: string, unparsable_behavior?: enum)
Insert Vectors
ArgumentTypeDescription
index_namestring
unparsable_behavior?enum
fn list_vectors(index_name: string, count?: number, cursor?: string)
List Vectors
ArgumentTypeDescription
index_namestring
count?number
cursor?string
fn create_metadata_index(index_name: string, indexType: enum, propertyName: string)
Create Metadata Index
ArgumentTypeDescription
index_namestring
indexTypeenumSpecifies the type of metadata property to index.
propertyNamestringSpecifies the metadata property to index.
fn delete_metadata_index(index_name: string, propertyName: string)
Delete Metadata Index
ArgumentTypeDescription
index_namestring
propertyNamestringSpecifies the metadata property for which the index must be deleted.
fn list_metadata_indexes(index_name: string)
List Metadata Indexes
ArgumentTypeDescription
index_namestring
fn create_vectorize_query_vector(index_name: string, filter?: object, returnMetadata?: enum, returnValues?: boolean, topK?: number, vector: array)
Query Vectors
ArgumentTypeDescription
index_namestring
filter?objectA metadata filter expression used to limit nearest neighbor results.
returnMetadata?enumWhether to return no metadata, indexed metadata or all metadata associated wi...
returnValues?booleanWhether to return the values associated with the closest vectors.
topK?numberThe number of nearest neighbors to find.
vectorarrayThe search vector that will be used to find the nearest neighbors.
fn vectorize_upsert_vector(index_name: string, unparsable_behavior?: enum)
Upsert Vectors
ArgumentTypeDescription
index_namestring
unparsable_behavior?enum

Resources

vectorize_indexes(infinite)— List Vectorize Indexes
vectorize_index(infinite)— Create Vectorize Index
delete_vectors_by_id(infinite)— Delete Vectors By Identifier
vectors_by_id(infinite)— Get Vectors By Identifier
vectorize_index_info(infinite)— Get Vectorize Index Info
vectorize_insert_vector(infinite)— Insert Vectors
list_vectors(infinite)— List Vectors
metadata_index(infinite)— Create Metadata Index
delete_metadata_index(infinite)— Delete Metadata Index
list_metadata_indexes(infinite)— List Metadata Indexes
vectorize_query_vector(infinite)— Query Vectors
vectorize_upsert_vector(infinite)— Upsert Vectors
04Stats
A
100 / 100
Downloads
0
Archive size
9.7 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels