import { ThreadCreateParams } from "https://deno.land/x/openai@v4.52.0/resources/beta/threads/mod.ts";
const { VectorStore } = ThreadCreateParams.ToolResources.FileSearch;
Interfaces
The default strategy. This strategy currently uses a | |
import { type ThreadCreateParams } from "https://deno.land/x/openai@v4.52.0/resources/beta/threads/mod.ts";
const { VectorStore } = ThreadCreateParams.ToolResources.FileSearch;
Properties
The chunking strategy used to chunk the file(s). If not set, will use the auto
strategy.
A list of file IDs to add to the vector store. There can be a maximum of 10000 files in a vector store.