import { FileBatchCreateParams } from "https://deno.land/x/openai@v4.52.7/resources/beta/vector-stores/mod.ts";
Interfaces
The default strategy. This strategy currently uses a | |
import { type FileBatchCreateParams } from "https://deno.land/x/openai@v4.52.7/resources/beta/vector-stores/mod.ts";
Properties
A list of File IDs that
the vector store should use. Useful for tools like file_search
that can access
files.
optional
chunking_strategy: FileBatchCreateParams.AutoChunkingStrategyRequestParam | FileBatchCreateParams.StaticChunkingStrategyRequestParamThe chunking strategy used to chunk the file(s). If not set, will use the auto
strategy.