Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 2.32 KB

createvectorstorefilerequest.md

File metadata and controls

18 lines (13 loc) · 2.32 KB

CreateVectorStoreFileRequest

Example Usage

import { CreateVectorStoreFileRequest } from "argot-open-ai/models/components";

let value: CreateVectorStoreFileRequest = {
  fileId: "<id>",
};

Fields

Field Type Required Description
fileId string ✔️ A File ID that the vector store should use. Useful for tools like file_search that can access files.
chunkingStrategy components.ChunkingStrategyRequestParam The chunking strategy used to chunk the file(s). If not set, will use the auto strategy.