import { CreateVectorStoreFileRequest } from "argot-open-ai/models/components";
let value: CreateVectorStoreFileRequest = {
fileId: "<id>",
};
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. |