Package com.openai.models.vectorstores
See: Description
-
Class Summary Class Description Builder A builder for AutoFileChunkingStrategyParam. AutoFileChunkingStrategyParam The default strategy. FileChunkingStrategy The strategy used to chunk the file. FileChunkingStrategyParam The chunking strategy used to chunk the file(s). Builder A builder for OtherFileChunkingStrategyObject. OtherFileChunkingStrategyObject This is returned when the chunking strategy is unknown. Builder A builder for StaticFileChunkingStrategy. StaticFileChunkingStrategy Builder A builder for StaticFileChunkingStrategyObject. StaticFileChunkingStrategyObject Builder A builder for StaticFileChunkingStrategyObjectParam. StaticFileChunkingStrategyObjectParam Customize your own chunking strategy by setting chunk size and chunk overlap. Builder A builder for VectorStore. Builder A builder for FileCounts. FileCounts Builder A builder for Metadata. Metadata Set of 16 key-value pairs that can be attached to an object. Status The status of the vector store, which can be either expired
,in_progress
, orcompleted
.Builder A builder for ExpiresAfter. ExpiresAfter The expiration policy for a vector store. VectorStore A vector store is a collection of processed files can be used by the file_search
tool.Builder A builder for VectorStoreCreateParams. Builder A builder for Body. Body Builder A builder for ExpiresAfter. ExpiresAfter The expiration policy for a vector store. Builder A builder for Metadata. Metadata Set of 16 key-value pairs that can be attached to an object. VectorStoreCreateParams Create a vector store. Builder A builder for VectorStoreDeleteParams. VectorStoreDeleteParams Delete a vector store. Builder A builder for VectorStoreDeleted. VectorStoreDeleted Builder Response AutoPager VectorStoreListPage Returns a list of vector stores. Builder Response AutoPager VectorStoreListPageAsync Returns a list of vector stores. Builder A builder for VectorStoreListParams. Order Sort order by the created_at
timestamp of the objects.VectorStoreListParams Returns a list of vector stores. Builder A builder for VectorStoreRetrieveParams. VectorStoreRetrieveParams Retrieves a vector store. Builder Response AutoPager VectorStoreSearchPage Search a vector store for relevant chunks based on a query and file attributes filter. Builder Response AutoPager VectorStoreSearchPageAsync Search a vector store for relevant chunks based on a query and file attributes filter. Builder A builder for VectorStoreSearchParams. Builder A builder for Body. Body Query A query string for a search Filters A filter to apply based on file attributes. Builder A builder for RankingOptions. Ranker RankingOptions Ranking options for search. VectorStoreSearchParams Search a vector store for relevant chunks based on a query and file attributes filter. Builder A builder for VectorStoreSearchResponse. Builder A builder for Attributes. Attributes Set of 16 key-value pairs that can be attached to an object. Builder A builder for Content. Type The type of content. Content VectorStoreSearchResponse Builder A builder for VectorStoreUpdateParams. Builder A builder for Body. Body Builder A builder for ExpiresAfter. ExpiresAfter The expiration policy for a vector store. Builder A builder for Metadata. Metadata Set of 16 key-value pairs that can be attached to an object. VectorStoreUpdateParams Modifies a vector store. -
Interface Summary Interface Description Visitor An interface that defines how to map each variant of FileChunkingStrategy to a value of type T. Visitor An interface that defines how to map each variant of FileChunkingStrategyParam to a value of type T. Visitor An interface that defines how to map each variant of Query to a value of type T. Visitor An interface that defines how to map each variant of Filters to a value of type T. -
Enum Summary Enum Description Known An enum containing Status's known values. Value An enum containing Status's known values, as well as an _UNKNOWN member. Known An enum containing Order's known values. Value An enum containing Order's known values, as well as an _UNKNOWN member. Known An enum containing Ranker's known values. Value An enum containing Ranker's known values, as well as an _UNKNOWN member. Known An enum containing Type's known values. Value An enum containing Type's known values, as well as an _UNKNOWN member.