Package com.openai.models.vectorstores
        Class StaticFileChunkingStrategy
- 
                    
                    - All Implemented Interfaces:
 
 public final class StaticFileChunkingStrategy
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classStaticFileChunkingStrategy.BuilderA builder for StaticFileChunkingStrategy. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final LongchunkOverlapTokens()The number of tokens that overlap between chunks. final LongmaxChunkSizeTokens()The maximum number of tokens in each chunk. final JsonField<Long>_chunkOverlapTokens()Returns the raw JSON value of chunkOverlapTokens. final JsonField<Long>_maxChunkSizeTokens()Returns the raw JSON value of maxChunkSizeTokens. final Map<String, JsonValue>_additionalProperties()final StaticFileChunkingStrategy.BuildertoBuilder()final StaticFileChunkingStrategyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static StaticFileChunkingStrategy.Builderbuilder()Returns a mutable builder for constructing an instance of StaticFileChunkingStrategy. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        chunkOverlapTokensfinal Long chunkOverlapTokens() The number of tokens that overlap between chunks. The default value is 400.Note that the overlap must not exceed half of max_chunk_size_tokens.
 - 
                                        maxChunkSizeTokensfinal Long maxChunkSizeTokens() The maximum number of tokens in each chunk. The default value is 800. The minimum value is100and the maximum value is4096.
 - 
                                        _chunkOverlapTokensfinal JsonField<Long> _chunkOverlapTokens() Returns the raw JSON value of chunkOverlapTokens. Unlike chunkOverlapTokens, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _maxChunkSizeTokensfinal JsonField<Long> _maxChunkSizeTokens() Returns the raw JSON value of maxChunkSizeTokens. Unlike maxChunkSizeTokens, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal StaticFileChunkingStrategy.Builder toBuilder() 
 - 
                                        validatefinal StaticFileChunkingStrategy validate() 
 - 
                                        builderfinal static StaticFileChunkingStrategy.Builder builder() Returns a mutable builder for constructing an instance of StaticFileChunkingStrategy. The following fields are required: .chunkOverlapTokens() .maxChunkSizeTokens()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-