Skip to content

ModifyVectorStoreRequest

Request body for modifying a vector store.

Example Usage

typescript
import { ModifyVectorStoreRequest } from "@meetkai/mka1/models/components";

let value: ModifyVectorStoreRequest = {};

Fields

FieldTypeRequiredDescription
namestringThe name of the vector store.
expiresAftercomponents.ModifyVectorStoreRequestExpiresAfterThe expiration policy for a vector store.
metadataRecord<string, string>Set of 16 key-value pairs that can be attached to an object. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.