-
-
I executed a query on my empty memgraph database and get an error.
memgraph version:2.11.0
operating system: windows 10
API:Cypher version 9
query:CREATE (a:L) RETURN 1 ORDER BY labels(a)
error…
-
Hi,
I am experiencing high memory consumption when applying Neo4j to a blockchain application. We are using APOC's apoc.periodic.iterate function to handle bulk data imports. Each block contains seve…
-
@dwitry
The issue is regarding #316 #335
Previously we were using JS 0.3.x and hence I couldn't test out this update but now we have moved to **JS 0.4.1** and `cypher-gremlin-server-plugin-1.0.3…
-
Not sure if this is useful to anyone but I have been using the following to execute cypher from within vim and get the results returned to me in a vim preview buffer. It relies on the cypher command l…
-
Glitch: https://glitch.com/edit/#!/slash-oyster?path=src/graphql-schema.js:13:18
When using this schema definition, along with a Recommendations neo4j sandbox the result of sending a GraphQL query …
-
When I try the following query on GIE Compiler, errors occurs.
```cypher
MATCH(p : PERSON)-[:KNOWS]->(friend: PERSON)
WITH collect(friend) AS friends
MATCH (messageAuthor: PERSON)(tag: TAG)
WHER…
-
# Feature Request:
i'd like to log cypher queries at debug level to better understand what is going on under the hood
## Context
this will help me better understand gogm and troubleshoot issues
…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
Greetings,
Really new at this so hopefully I am posting in the right forum. I am working on a Book Club Application for a class project utilizing the Neo4j database and C# client.
The application sh…