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

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

Interfaces

The expiration policy for a vector store.

interface VectorStoreUpdateParams
import { type VectorStoreUpdateParams } from "https://deno.land/x/openai@v4.52.0/resources/beta/mod.ts";

Properties

optional
expires_after: VectorStoreUpdateParams.ExpiresAfter | null

The expiration policy for a vector store.

optional
metadata: unknown | null

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.

optional
name: string | null

The name of the vector store.