Package version:

Interface VectorStoresModifyVectorStoreOptionalParams

Optional parameters.

interface VectorStoresModifyVectorStoreOptionalParams {
    expiresAfter?: null | VectorStoreExpirationPolicy;
    metadata?: any;
    name?: null | string;
}

Hierarchy

  • unknown
    • VectorStoresModifyVectorStoreOptionalParams

Properties

expiresAfter?: null | VectorStoreExpirationPolicy

Details on when this vector store expires

metadata?: any

A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length.

name?: null | string

The name of the vector store.