View Source ExOpenAI.Components.StaticChunkingStrategy (ex_openai.ex v1.7.0)

Schema representing a StaticChunkingStrategy within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.StaticChunkingStrategy{
  chunk_overlap_tokens: integer(),
  max_chunk_size_tokens: integer()
}