ExChromaDb.Api.UpdateHnswConfiguration (ex_chroma_db v0.1.0)

View Source

Provides struct and type for a UpdateHnswConfiguration

Summary

Types

t()

@type t() :: %ExChromaDb.Api.UpdateHnswConfiguration{
  batch_size: integer() | nil,
  ef_search: integer() | nil,
  max_neighbors: integer() | nil,
  num_threads: integer() | nil,
  resize_factor: number() | nil,
  sync_threshold: integer() | nil
}