Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/mod.ts>VectorStoreUpdateParams.ExpiresAfter

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface VectorStoreUpdateParams.ExpiresAfter
import { type VectorStoreUpdateParams } from "https://deno.land/x/openai@v4.38.5/resources/beta/mod.ts";
const { ExpiresAfter } = VectorStoreUpdateParams;

The expiration policy for a vector store.

Properties

anchor: "last_active_at"

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

days: number

The number of days after the anchor time that the vector store will expire.