| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
SemanticChunkingConfiguration |
SemanticChunkingConfiguration.clone() |
SemanticChunkingConfiguration |
ChunkingConfiguration.getSemanticChunkingConfiguration()
Settings for semantic document chunking for a data source.
|
SemanticChunkingConfiguration |
SemanticChunkingConfiguration.withBreakpointPercentileThreshold(Integer breakpointPercentileThreshold)
The dissimilarity threshold for splitting chunks.
|
SemanticChunkingConfiguration |
SemanticChunkingConfiguration.withBufferSize(Integer bufferSize)
The buffer size.
|
SemanticChunkingConfiguration |
SemanticChunkingConfiguration.withMaxTokens(Integer maxTokens)
The maximum number of tokens that a chunk can contain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkingConfiguration.setSemanticChunkingConfiguration(SemanticChunkingConfiguration semanticChunkingConfiguration)
Settings for semantic document chunking for a data source.
|
ChunkingConfiguration |
ChunkingConfiguration.withSemanticChunkingConfiguration(SemanticChunkingConfiguration semanticChunkingConfiguration)
Settings for semantic document chunking for a data source.
|
Copyright © 2024. All rights reserved.