Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
The ChunkingStrategy
type
Synopsis
- data ChunkingStrategy = ChunkingStrategy_Static {}
- data Static = Static {}
Main types
data ChunkingStrategy Source #
The chunking strategy used to chunk the file(s)
Instances
Other types
Static chunking strategy
Instances
FromJSON Static Source # | |
Defined in OpenAI.V1.ChunkingStrategy | |
ToJSON Static Source # | |
Generic Static Source # | |
Show Static Source # | |
type Rep Static Source # | |
Defined in OpenAI.V1.ChunkingStrategy type Rep Static = D1 ('MetaData "Static" "OpenAI.V1.ChunkingStrategy" "openai-1.0.0-DWUl3td9tpcnv1wfBaSVp" 'False) (C1 ('MetaCons "Static" 'PrefixI 'True) (S1 ('MetaSel ('Just "max_chunk_size_tokens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Natural) :*: S1 ('MetaSel ('Just "chunk_overlap_tokens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Natural))) |