-
Hi everyone
is it possible to use neo4j graph database with webprotege ?
-
```
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…
-
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…
-
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…
-
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…
-
Integration of Neo4J retriever, as done for REDIS, PINECONE, etc.
This provides the opportunity to use graph databases as data retrievers.
https://python.langchain.com/docs/integrations/providers/…
-
Hello all, I've created a project:
https://github.com/valb3r/springbatch-neo4j-adapter
This allows Spring-batch to persist its metadata directly in Neo4j. If there is an interest, I would like to …
-
### Bug Description
It takes about 14 min to initiate the graph store with 3558 entities. I feel this is because `refresh_schema() ` does not handle large graphs well. Maybe not using async?
I pa…
-
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 …
-
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…