Skip to main content

DocumentId

Type Alias DocumentId 

Source
pub type DocumentId = String;
Expand description

Stable identifier for an indexed document. Backends mint these at insertion time; passing the same id to VectorStore::update or VectorStore::delete is the canonical way to mutate or remove a previously-indexed document.

Aliased Type§

pub struct DocumentId { /* private fields */ }