Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.5 KB

createvectorstorefilebatchrequest.md

File metadata and controls

23 lines (18 loc) · 2.5 KB

CreateVectorStoreFileBatchRequest

Example Usage

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

let value: CreateVectorStoreFileBatchRequest = {
  vectorStoreId: "vs_abc123",
  createVectorStoreFileBatchRequest: {
    fileIds: [
      "<value>",
    ],
  },
};

Fields

Field Type Required Description Example
vectorStoreId string ✔️ The ID of the vector store for which to create a File Batch.
vs_abc123
createVectorStoreFileBatchRequest components.CreateVectorStoreFileBatchRequest ✔️ N/A