langchain_community.vectorstores.neo4j_vector.check_if_not_null¶

langchain_community.vectorstores.neo4j_vector.check_if_not_null(props: List[str], values: List[Any]) None[source]¶

Check if the values are not None or empty string

Parameters
  • props (List[str]) –

  • values (List[Any]) –

Return type

None