ExChromaDb.Api.SpannConfiguration (ex_chroma_db v0.1.0)

View Source

Provides struct and type for a SpannConfiguration

Summary

Types

t()

@type t() :: %ExChromaDb.Api.SpannConfiguration{
  construction_ef: integer(),
  m: integer(),
  search_ef: integer(),
  search_nprobe: integer(),
  space: String.t(),
  write_nprobe: integer()
}