HNSWQueryOptions#
- class langchain_postgres.v2.indexes.HNSWQueryOptions(ef_search: int = 40)[source]#
Attributes
ef_search
Methods
__init__
([ef_search])Convert index attributes to list of configurations.
Convert index attributes to string.
- Parameters:
ef_search (int)
- __init__(ef_search: int = 40) None #
- Parameters:
ef_search (int)
- Return type:
None