Provides struct and type for a HnswConfiguration
@type t() :: %ExChromaDb.Api.HnswConfiguration{ batch_size: integer() | nil, ef_construction: integer() | nil, ef_search: integer() | nil, max_neighbors: integer() | nil, num_threads: integer() | nil, resize_factor: number() | nil, space: String.t() | nil, sync_threshold: integer() | nil }