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>VectorStoreCreateParams.ExpiresAfter

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

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.