langchain_community.vectorstores.neo4j_vector.SearchType¶

class langchain_community.vectorstores.neo4j_vector.SearchType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶

Enumerator of the Distance strategies.

VECTOR = 'vector'¶
HYBRID = 'hybrid'¶