Interface RagFileChunkingConfig.FixedLengthChunkingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RagFileChunkingConfig.FixedLengthChunking, RagFileChunkingConfig.FixedLengthChunking.Builder
Enclosing class:
RagFileChunkingConfig

public static interface RagFileChunkingConfig.FixedLengthChunkingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The overlap between chunks.
    int
    The size of the chunks.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getChunkSize

      int getChunkSize()
       The size of the chunks.
       
      int32 chunk_size = 1;
      Returns:
      The chunkSize.
    • getChunkOverlap

      int getChunkOverlap()
       The overlap between chunks.
       
      int32 chunk_overlap = 2;
      Returns:
      The chunkOverlap.