StrategyMixin#

class langchain_postgres.v2.indexes.StrategyMixin(
operator: str,
search_function: str,
index_function: str,
)[source]#

Attributes

operator

Operator interface.

Methods

__init__(operator,Β search_function,Β ...)

Parameters:
  • operator (str)

  • search_function (str)

  • index_function (str)

__init__(
operator: str,
search_function: str,
index_function: str,
) β†’ None#
Parameters:
  • operator (str)

  • search_function (str)

  • index_function (str)

Return type:

None