IndexType#

class langchain_community.vectorstores.neo4j_vector.IndexType(value)[source]#

Deprecated since version 0.3.8: Use :class:`~langchain_neo4j.vectorstores.neo4j_vector.IndexType` instead. It will not be removed until langchain-community==1.0.

Enumerator of the index types.

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