New Blog: Using Embeddings to Represent String Edit Distance in Neo4j

Example graph showing User nodes related to Email nodes Graph databases like Neo4j are great for solving entity resolution problems. For example, a graph shows where two user profiles share a common identifier, like an email address. However, it can be challenging for a graph to identify cases where two identifiers are similar but with a slight spelling difference that might result from a data entry error.

Neo4j’s Awesome Procedures On Cypher (APOC) library has several text functions for com...

Read it: Using Embeddings to Represent String Edit Distance in Neo4j