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
  • 988 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
  • 1205 Views
  • 1 replies
  • 1 kudos

FastRP - Different value but same embedding

Hello, While using the FastRP algorithm, a phrase in the documentation caught my attention. I also faced this situation. Link: Fast Random Projection - Neo4j Graph Data Science Phrase: Because of L2 normalization which is applied to each iteration (h...

Neo4j strange hanging relationship delete

Hi, I am trying to delete all the relationships of a certain type from my database. At first it was working fine with the following code CALL apoc.periodic.iterate( 'MATCH ()-[r:REL]->() RETURN id(r) AS id', 'MATCH ()-[r:REL]->() WHERE id(r)=id DELE...

eric7 by Node
  • 561 Views
  • 2 replies
  • 0 kudos

No procedure gds.beta.node2vec.stream

Hi, I am trying to use node2vec in Neo4j Desktop. My DB is v. 4.4.4. I have installed Graph Data Science Library (1.8.5) from the plugins tab. But when I try to use "CALL gds.beta.node2vec.stream" I get There is no procedure with the name gds.beta.n...

Failure to fully load all apoc procedures

Hello I am using Neo4j 4.2.5 desktop 1.4.13. I discovered recently the use of apoc plugin. And I made a test to use apoc.text.jaroWinklerDistance et apoc.ext.mergeNodes after installing the Apoc plugin 4.2.0.5 indicated to be compatible. In the first...

Resolved! Neo.ClientError.Procedure.ProcedureCallFailed Caused by java.lang.NoSuchMethodError 'org.roaringbitmap.Container org.roaringbitmap.ArrayContainer.add(char)')

neo4j version: 4.3.2 java version: openjdk 11.0.11 2021-04-20 OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04) OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode) maven version: 3.6.3 plugins: We have two ...

pinox101 by Node Link
  • 850 Views
  • 2 replies
  • 1 kudos

Resolved! Cypher-shell connection timed out on Linux terminal

I'm setting up neo4j server on Ubunti 18.04 LTS, and after I installed it following the instructions here, the cypher-shell command does not work. It does nothing, and after some time it prints out connection timed out: /127.0.0.1:7687 neo4j status ...

9mikev by Node Link
  • 1173 Views
  • 4 replies
  • 1 kudos