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
  • 1006 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
  • 1217 Views
  • 1 replies
  • 1 kudos

Cloning a database "destroyed" it?

I've simply made a clone out of my simple, 7k nodes, 4.1.1 db, using NEO4j Desktop 1.3.8 Now it (the initial database) cannot start due to "Database failed to start: Error: Relate DBMS with tag neo4j-desktop-dbms-database-ebd9c666-56f7-49ea-b484-0c6b...

Unable to update Neo4j Desktop as non-admin user

Hello, I installed Neo4j Desktop locally, as non-admin user. When there is a new version Neo4j Desktop would inform me to update, which I agreed. However then a GUI prompts for entering an admin password. If not, update/install is aborted. This force...

Helm Chart for Neo4j Enterprise

There have been some important updates to the way the Neo4j helm chart works. The code will now reside in this repository: GitHub neo4j-contrib/neo4j-helm Helm Charts for running Neo4j on Kubernetes. Contribute to neo4j-...

1X_496e91cab9ad7b3d2da1ed797c30782efbc11b0a.png

Can't Connect to the neo4j pod on Kubernetes

HI,i am trying to run neo4j on Kubernetes, i did git clone https: //github.com/sdaschner/neo4j-helm --branch single-instance cd neo4j-helm/ helm template graphdb --set acceptLicenseAgreement=yes --set neo4jPassword=zxc > /tmp/neo4j.yaml kubectl apply...

Resolved! Virtual subgraph by attributes of nodes

Hello together, i have a small graph like the following. A network of objects(nodes) with weight and forces as (relations black edges) nodes(objects) might have alternatives these are represented by a "alternative" relation (blue edges). how can I q...

2X_1_14e8fd65f9e1a874a27d62e5b5a452dc5315963f.png 2X_0_0da4eeaba317a836b0040e0dc7ca786991c8eef8.png 2X_3_3f000a76a191cf80c83e03f87278db16b08fbc79.png

Persisting Spacy Vector Representations in Neo4j

Hello, I have nodes with text as a property stored in a Neo4j database. However, when I read text and create Spacy objects out of them to compute similarity between them and one text entered by user in memory, it takes too much time to execute. I won...

Consider a pattern/path only once

Hi all, In my graph I have the below node-relationship structure : (Response)-[:isAnswerTo]->(Question) (Responder)-[:ANSWERED_WITH]->(Response) Now a Question can be of type multi select i.e. User can select multiple responses as an answer to that q...

2X_6_62c376525eb0fc80eae84aedeee86cd39121293c.png

DETACH DELETE n doesn't wipe out everything in the brower

MATCH (n) DETACH DELETE n This removes all labels and relationships in the graph. But in the browser, label and property names are still there. It doesn't hurt too much. Is there a way to get rid of any trace in the old graph? I usually remove and r...

lingvisa by Graph Fellow
  • 725 Views
  • 3 replies
  • 1 kudos