import * as openai from "https://deno.land/x/openai@v4.66.1/resources/beta/vector-stores/mod.ts";
Interfaces
The default strategy. This strategy currently uses a | |
This is returned when the chunking strategy is unknown. Typically, this is
because the file was indexed before the | |
A vector store is a collection of processed files can be used by the
| |
The expiration policy for a vector store. | |
The expiration policy for a vector store. | |
A list of files attached to a vector store. | |
The last error associated with this vector store file. Will be | |
A batch of files attached to a vector store. | |
The expiration policy for a vector store. |
Type Aliases
The strategy used to chunk the file. | |
The chunking strategy used to chunk the file(s). If not set, will use the | |