Package version:

Interface VectorStoreExpirationPolicy

The expiration policy for a vector store.

interface VectorStoreExpirationPolicy {
    anchor: "last_active_at";
    days: number;
}

Properties

Properties

anchor

Anchor timestamp after which the expiration policy applies. Supported anchors: last_active_at.

days: number

The anchor timestamp after which the expiration policy applies.