Marco Aurélio Silva de Souza Júnior
Marco Aurélio Silva de Souza Júnior
Surely integrating Apache AGE with these frameworks could enhance AGE's visibility in the AI sector, which could bring more contributors.
@AneeqaCodes Were you able to apply Louvain algorithm with Apache AGE? Could you share how you made this? 😁 Did you use any driver?
Ok @AneeqaCodes! ^^ thank you for that!!
@gshwan22, thank you for sharing this, I didn't know it existed. Shouldn't this be brought to be built in the python driver? 🤔
@aked21, @eyab, @jrgemignani, this is for your assessment.
Can you put double quotes around the string? ```cypher SELECT * from ag_catalog.cypher('graph_store', $$ MERGE (n1:`Entity` {id: 'I'}) MERGE (n2:`Entity` {id: "It's better for technology companies to be run by...
> > Can you put double quotes around the string? > > ```cypher > > SELECT * from ag_catalog.cypher('graph_store', $$ > > MERGE (n1:`Entity` {id: 'I'}) > > MERGE (n2:`Entity`...
> I mean, that query works in Neo4j, but I tried it in pg, it doesn't work. Can a label include quotes? > > ``` > SELECT * from cypher('graph_store',...
I had the same error showing up, but I worked around it by creating labels separately: ```sql SELECT create_vlabel('graph_store', 'TEST'); SELECT create_elabel('graph_store', 'ABC_IS\'a'); ``` Please check if this works for...
@diangamichael @kpushpankar2 do you know which companies are using Apache AGE like this? Or are you personally using Apache AGE for those use cases? We’d love to hear about any...