StrategyMixin#
- class langchain_postgres.v2.indexes.StrategyMixin(
- operator: str,
- search_function: str,
- index_function: str,
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,
- Parameters:
operator (str)
search_function (str)
index_function (str)
- Return type:
None