Provides struct and type for a UpdateHnswConfiguration
@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 }