View Source ExOpenAI.Components.AutoChunkingStrategyRequestParam (ex_openai.ex v2.0.0-beta2)
The default strategy. This strategy currently uses a max_chunk_size_tokens of 800 and chunk_overlap_tokens of 400.
Fields
:type- required -:auto
Alwaysauto.
Allowed values:"auto"
Summary
Types
@type t() :: %ExOpenAI.Components.AutoChunkingStrategyRequestParam{type: :auto}