HNSWSearchParams()Search-time parameters for HNSW indexes.
All settings are exported with the hnsw. prefix when used in SQL.
:param ef_search: Size of the dynamic candidate list for HNSW index searching.
:type ef_search: PositiveInt | None
:param iterative_scan: The iterative search mode for HNSW index searching.
:type iterative_scan: HNSWIterativeScanMode | None
:param max_scan_tuples: The maximum number of tuples to visit during HNSW index
searching.
:type max_scan_tuples: PositiveInt | None
:param scan_mem_multiplier: The maximum amount of memory to use, as a multiple
of work_mem, during HNSW index searching.
:type scan_mem_multiplier: PositiveFloat | None