IVFFlatQueryOptions#

class langchain_postgres.v2.indexes.IVFFlatQueryOptions(probes: int = 1)[source]#

Attributes

probes

Methods

__init__([probes])

to_parameter()

Convert index attributes to list of configurations.

to_string()

Convert index attributes to string.

Parameters:

probes (int)

__init__(probes: int = 1) None#
Parameters:

probes (int)

Return type:

None

to_parameter() list[str][source]#

Convert index attributes to list of configurations.

Return type:

list[str]

to_string() str[source]#

Convert index attributes to string.

Return type:

str