GoogleCloudAiplatformV1RagFileChunkingConfigFixedLengthChunking constructor

GoogleCloudAiplatformV1RagFileChunkingConfigFixedLengthChunking({
  1. int? chunkOverlap,
  2. int? chunkSize,
})

Implementation

GoogleCloudAiplatformV1RagFileChunkingConfigFixedLengthChunking({
  this.chunkOverlap,
  this.chunkSize,
});