View Source OpenAi.VectorStore.File (OpenAI REST API Client v0.4.4)

Provides struct and type for a VectorStore.File

Summary

Types

@type t() :: %OpenAi.VectorStore.File{
  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()
}