ExChromaDb.Api.Collection (ex_chroma_db v0.1.0)

View Source

Provides struct and type for a Collection

Summary

Types

t()

@type t() :: %ExChromaDb.Api.Collection{
  database: String.t(),
  dimension: integer() | nil,
  id: String.t(),
  log_position: integer(),
  metadata: ExChromaDb.Api.HashMap.t() | nil,
  name: String.t(),
  tenant: String.t(),
  version: integer()
}