Package com.openai.models
Class BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore
-
- All Implemented Interfaces:
public final class BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaAssistantCreateParams.ToolResources.FileSearch.VectorStore.Builder
-
Method Summary
Modifier and Type Method Description final Optional<FileChunkingStrategyParam>chunkingStrategy()The chunking strategy used to chunk the file(s). final Optional<List<String>>fileIds()A list of file IDs to add to the vector store. final JsonValue_metadata()Set of 16 key-value pairs that can be attached to a vector store. final JsonField<FileChunkingStrategyParam>_chunkingStrategy()The chunking strategy used to chunk the file(s). final JsonField<List<String>>_fileIds()A list of file IDs to add to the vector store. final Map<String, JsonValue>_additionalProperties()final BetaAssistantCreateParams.ToolResources.FileSearch.VectorStorevalidate()final BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore.Builderbuilder()-
-
Method Detail
-
chunkingStrategy
final Optional<FileChunkingStrategyParam> chunkingStrategy()
The chunking strategy used to chunk the file(s). If not set, will use the
autostrategy. Only applicable iffile_idsis non-empty.
-
fileIds
final Optional<List<String>> fileIds()
A list of file IDs to add to the vector store. There can be a maximum of 10000 files in a vector store.
-
_metadata
final JsonValue _metadata()
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.
-
_chunkingStrategy
final JsonField<FileChunkingStrategyParam> _chunkingStrategy()
The chunking strategy used to chunk the file(s). If not set, will use the
autostrategy. Only applicable iffile_idsis non-empty.
-
_fileIds
final JsonField<List<String>> _fileIds()
A list of file IDs to add to the vector store. There can be a maximum of 10000 files in a vector store.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore validate()
-
builder
final static BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore.Builder builder()
-
-
-
-