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 class
BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore.Builder
A builder for VectorStore.
-
Method Summary
-
-
Method Detail
-
chunkingStrategy
final Optional<FileChunkingStrategyParam> chunkingStrategy()
The chunking strategy used to chunk the file(s). If not set, will use the
auto
strategy. Only applicable iffile_ids
is 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 Optional<Metadata> metadata()
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
-
_chunkingStrategy
final JsonField<FileChunkingStrategyParam> _chunkingStrategy()
The chunking strategy used to chunk the file(s). If not set, will use the
auto
strategy. Only applicable iffile_ids
is 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.
-
_metadata
final JsonField<Metadata> _metadata()
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore validate()
-
builder
final static BetaAssistantCreateParams.ToolResources.FileSearch.VectorStore.Builder builder()
-
-
-
-