-
This is not a bug, but more of a feature request (and a blocker for me) to be further compatible with Neo4j. We rely on using the POINT type to save lists of locations inside a single node.
The use…
-
Hello everyone,
I'm making first steps in liquibase plugin for neo4j and I'm struggling with generating the initial changeLog file for the existing neo4j database.
I run the following command:…
-
It looks like when running the neo4j driver with bun (`bun index.ts` or `bun index.js` ) the connection to the database times out. But when running with node (`node index.js`) it connects fine.
He…
-
### What
- It seems a very important feature to track modifications on nodes.
- At least, as a first approach to track updates compared to initial taxonomy state.
- This is very important as the …
-
The current API makes it easy to style nodes/relationships based on their label/type.
This approach falls short when trying to style items across labels/type (and maybe only some of those labels/it…
fskpf updated
2 weeks ago
-
Relevant if some properties are used with one value at one node but with multiple at another. Required by KuzuDB anyway. Some references:
- [Schemas in KuzuDB](https://docs.kuzudb.com/cypher/data-d…
-
- Description: The OpenAPI specifications for Kubernetes provides taxonomy, but augmenting a graph data model with formalized ontologies enables any number of capabilities, one of the more straightfor…
-
### 🐛 Describe the bug
```
from mem0 import Memory
import dotenv
dotenv.load_dotenv()
config = {
"graph_store": {
"provider": "neo4j",
"config": {
"u…
-
I _may_ have found a bug.
imagine `SomeType` with property:
```
startDateTime: DateTime @cypher(statement:"""
WITH datetime('2020-01-25') as startDateTime
RETURN startDateTime
""")
```
…
-
Apologies for the poor quality of this issue submission: This came up on a dev branch with a bunch of changes. If this gives you any pointers for info that I can submit to help debug, let me know.
…