View Source OpenAi.VectorStore.File (OpenAI REST API Client v1.0.0)
Provides struct and type for a VectorStore.File
Summary
Types
@type t() :: %OpenAi.VectorStore.File{ attributes: OpenAi.VectorStore.File.Attributes.t() | nil, chunking_strategy: OpenAi.VectorStore.File.ChunkingStrategy.Other.ResponseParam.t() | OpenAi.VectorStore.File.ChunkingStrategy.Static.ResponseParam.t() | nil, created_at: integer(), id: String.t(), last_error: OpenAi.VectorStore.File.LastError.t() | nil, object: String.t(), status: String.t(), usage_bytes: integer(), vector_store_id: String.t() }