VectorEntry
A single entry to upsert into a vector index.
Properties
Section titled “Properties”document?
Section titled “document?”optional document?: string;Original text content. Stored alongside the vector for retrieval.
id: string;Unique identifier for this vector. Overwrites if exists.
metadata?
Section titled “metadata?”optional metadata?: Record<string, unknown>;Arbitrary key-value metadata for filtering.
vector
Section titled “vector”vector: readonly number[];Dense vector representation.