cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Louvain clustering using transformer embeddings

Hi,

I have some document nodes with title that are linked (has_kewords {weight}) to some keyword nodes. I want to cluster them by Louvain algorithm, and I added sentence transformer embeddings of title array[flot values], since the rest of my properties are strings. But when I ran it I get only one node clusters. How can I cluster this documents base on title (I want to use GDS, not scripts in other languages)

 

Thanks

This is my projection graph

CALL gds.graph.project(
'myGraph',
'Document',
{
has_keywords: {
orientation: 'UNDIRECTED'
}
},
{
nodeProperties: 'embedding',
relationshipProperties: 'weight'
}
)
0 REPLIES 0
Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online