import { FileCreateParams } 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 FileCreateParams } from "https://deno.land/x/openai@v4.52.7/resources/beta/vector-stores/mod.ts";
Properties
A File ID that the
vector store should use. Useful for tools like file_search
that can access
files.
optional
chunking_strategy: FileCreateParams.AutoChunkingStrategyRequestParam | FileCreateParams.StaticChunkingStrategyRequestParamThe chunking strategy used to chunk the file(s). If not set, will use the auto
strategy.