-
### Description
The current cursor that the neo4j browser editor use is like the replace cursor that is often used in other OS.
Can the browser please switch or at least make it configureable to use…
-
If I have a BaseNode with Map type relationships defined with a base class
``` java
@Node
public class BaseNode {
@Id
@GeneratedValue
private UUID id;
@Relationship(directio…
-
```
panic: runtime error: index out of range [1] with length 0
goroutine 199034 [running]:
encoding/binary.bigEndian.PutUint16(...)
/usr/local/go/src/encoding/binary/binary.go:144
github.com/n…
-
Spring Boot version is 3.1.4.
**[Reproducer](https://github.com/fbiville/liquibase-neo4j-issue-479/tree/liquibase-only-props)** _(ignore the README title, the initial scope of the reproducer is unr…
-
Here is my config in HTML
When I try to load the draw the graph from Neo4j AuraDB, it failed and show nothing
console in web browser shows
![image](https://github.com/user-attachments/assets/d0d7…
-
Thanks for adding GraphRAG to RAGbuilder.
I had some questions and suggestions, perhaps you want to chat some time.
* QQ: in graphrag.full_retriever you fetch the vector store data but don't use…
-
Hi everyone
is it possible to use neo4j graph database with webprotege ?
-
Here's an example of how you can transform tabular data into a knowledge graph using Python. We'll use the `pandas` library to handle the tabular data and `rdflib` to create the RDF triples for the kn…
-
Neo4j disconnect sometimes and will not reconnect automatically. The only way I found to solve this is by restart Node Red or change in security from the neo4j node the user to something not existent …
-
Hi,
I'm using v1.3.2 with neo4j.
In neo4j we often use Ids that is based on data structure, not based on Neo4j structure to neo4j element.
Neo4j-admin recommends use of these Ids like personId:I…