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