Is it possible to embedd String properties with FastRP?

Hello,
I'm currently trying to compare graphs using FastRP and I'm wondering if its possible to also embedd String properties to compare them aswell.

Thanks for the help

Hey,
I would suggest to compute embeddings for the strings upfront.
There are several options. The most basic would be to use Word2Vec. But you could also even use a LLM to compute the embeddings (see User Guide: RAG — neo4j-graphrag-python documentation).

If you are interested in the edit distances, you might want to read Nathans blog post.