Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@vector_store_StaticChunkingStrategy.hrl
Raw

include/glopenai@vector_store_StaticChunkingStrategy.hrl

-record(static_chunking_strategy, {
max_chunk_size_tokens :: integer(),
chunk_overlap_tokens :: integer()
}).