check_if_not_null#

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

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

Check if the values are not None or empty string

Parameters:
  • props (List[str])

  • values (List[Any])

Return type:

None