Skip to content

ListVectorStoresRequest

Example Usage

typescript
import { ListVectorStoresRequest } from "@meetkai/mka1/models/operations";

let value: ListVectorStoresRequest = {
  after: "vs_abc123",
};

Fields

FieldTypeRequiredDescriptionExample
limitnumberN/A20
orderoperations.ListVectorStoresQueryParamOrderSort order by the created_at timestamp of the objects. 'asc' for ascending order and 'desc' for descending order.desc
afterstringN/Avs_abc123
beforestringN/A