Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 721 Bytes

getvectorstorerequest.md

File metadata and controls

17 lines (12 loc) · 721 Bytes

GetVectorStoreRequest

Example Usage

import { GetVectorStoreRequest } from "argot-open-ai/models/operations";

let value: GetVectorStoreRequest = {
  vectorStoreId: "<id>",
};

Fields

Field Type Required Description
vectorStoreId string ✔️ The ID of the vector store to retrieve.