IVFFlatSearchParams()Search-time parameters for IVF-Flat indexes.
All settings are exported with the ivfflat. prefix when used in SQL.
:param probes: The number of probes to use during IVF-Flat index searching. :type probes: PositiveInt | None :param iterative_scan: The iterative search mode for IVF-Flat index searching. :type iterative_scan: IVFFlatIterativeScanMode | None :param max_probes: The maximum number of probes to use during IVF-Flat index searching. :type max_probes: PositiveInt | None