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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 947 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1184 Views
  • 1 replies
  • 1 kudos

Resolved! Accurate GraphSage Embedding Generation

Hi, I am training the GraphSage model for embeddings with 64 dim like below CALL gds.beta.graphSage.train( 'products', { modelName: 'productsGraphSage', nodeLabels: ['Group', 'Group1'], relationshipTypes: ['HAS_GROUP1'], featurePr...

Neo4j Bloom is not compatible with Neo4j Bloom Server (App version: 1.3.1, Server version: 1.3.0). Please contact your system administrator

Bloom! Just got Bloom working with the Neo4j Server using Neo4j 1.2.7, and then some users needed to upgrade their Neo4j Desktop and now find a problem with Neo4j Desktop 1.2.8 - error as in the topic line when Neo4j Bloom loads. Those who have 1.2.7...

Can not starting console in centos

Hi there I'm the new one for neo4j I tried run neo4j community edition on server side and it was succesfull. But I cant run neo4j console now. My deal it run with pm2 all time about neo4j community edit. But ı cant Could you help me?

3X_9_d_9d0d1173a4e973bec8da21a6ff17ea7cd23db042.png

Dynamic bubble size

Hello everyone, I implemented a java application that connects to the database and applies graph data science algorithms and then projects them to a neo4j broswer. Is there a way i make the bubble(node) size of the browser to be dynamic and depend on...

Graph Neural Networks and Neo4J

Hi folks, I've recently started research about Graph Neural Networks (GNN) applied on Knowledge Graphs. Is there already any initiative (as Graph Data Science Library) that facilitate the usage of GNN in Neo4j? Currently, I'm extracting data from Neo...

otaviocx by Node Link
  • 5986 Views
  • 12 replies
  • 2 kudos

ORDER BY a hidden expression

I can use an expression to create a custom sequence number, and give it a name with AS, and then use that name in ORDER BY. In Neo4j browser, is it possible to suppress that column in the resulting list? It needs to defined in RETURN in order to sort...

Closeness Centrality Score greater than 1

Hi, Looking at the GDS documentation for closeness centrality and it mentions that the score is normalized. My expectation is that the score would range between 0 and 1. However, I am getting results that often exceed 1 and by a significant margin. ...

3X_9_6_96efd50de7d65005ca16dae4c6d7678a7086a832.png

Resolved! Apoc.load.jdbc data import connection time out

Hello all, I'm loading data from Azure SQL server to neo4j hosted on docker in a Linux server. one of the table that includes ~7 million rows cannot be loaded in one run and kept causing connection timeout issue. can someone help on configuring the t...

Resolved! LOAD CSV how to ignore case in the column headers

Neo4j 4.3 Community edition running on Ubuntu 20.04 Just a short question: is there a way to ignore the case on the column name while importing with LOAD CSV? As I received the file directly from different users, sometimes they write down the correct...