-
### 🐛 Describe the bug
I creat a graph mannully. Then I want to use mem0 to search from this non-empty graph. But result in empty.
"graph_store": {
"provider": "neo4j",
"config": {…
-
### 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…
-
Following the instructions at https://github.com/opea-project/GenAIComps/tree/main/comps/knowledgegraphs/langchain
The instructions require Neo4J to be running. Then trying to start `neo4j` docker …
-
Hey, I'm not sure listing ActiveGraph and neo4j-ruby-driver as viable libraries for Ruby to use Memgraph is accurate. :/ It's seemed like they've been being maintained by one person for quite a while…
-
**Memgraph version**
2.7.0
**Environment**
Ran Memgraph locally on Ubuntu 20.04, used python neo4j drivers 4.4.0 and 5.8.0
**Describe the bug**
The user can define a timeout when sending a si…
-
### 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…
-
In https://github.com/neo4j-labs/rdflib-neo4j/blob/master/rdflib_neo4j/Neo4jStore.py?plain=1#L21
Please change
```python
def __init__(self, config: Neo4jStoreConfig, neo4j_driver: Driver = None)…
-
Hello, I am trying to use the neo4j dataset created for Maven. But when trying to build the Docker image, I am facing this error:
```
docker compose up --build
[+] Building 1667.1s (19/19) FINISH…
-
See
```
package org.neo4j.http.db;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.par…
-
**Memgraph version**
2.13.0
**Environment**
Memgraph running on docker image "memgraph/memgraph-platform:2.13.0-memgraph2.13.0-lab2.10.0-mage1.13"
Kotlin application connects to it through the…