SearchType#
- class langchain_community.vectorstores.neo4j_vector.SearchType(value)[source]#
Deprecated since version 0.3.8: Use
:class:`~langchain_neo4j.vectorstores.neo4j_vector.SearchType`
instead. It will not be removed until langchain-community==1.0.Enumerator of the Distance strategies.
- VECTOR = 'vector'#
- HYBRID = 'hybrid'#
Examples using SearchType