IndexType#

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

Deprecated since version 0.3.8: Use :class:`~langchain_neo4j.vectorstores.neo4j_vector.IndexType` instead.

Enumerator of the index types.

NODE = 'NODE'#
RELATIONSHIP = 'RELATIONSHIP'#