OpenAi.VectorStore.File.ChunkingStrategy.Static (OpenAI REST API Client v0.2.1)

Provides struct and type for a VectorStore.File.ChunkingStrategy.Static

Summary

Types

@type t() :: %OpenAi.VectorStore.File.ChunkingStrategy.Static{
  chunk_overlap_tokens: integer(),
  max_chunk_size_tokens: integer()
}