langchain_community.vectorstores.neo4j_vector.IndexType¶

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

Enumerator of the index types.

NODE = 'NODE'¶
RELATIONSHIP = 'RELATIONSHIP'¶