Package com.openai.models
Class BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore
-
- All Implemented Interfaces:
public final class BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaThreadCreateAndRunParams.Thread.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 BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore
validate()
final BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder
builder()
-
-
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 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
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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder toBuilder()
-
builder
final static BetaThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder builder()
-
-
-
-