-
### Describe the bug a clear and concise description of what the bug is.
I am using the Redpanda Operator to deploy a Redpanda cluster. The Redpanda Operator utilizes Flux2 for managing the cluster…
-
Trying to figure out how to define the rights attributes in neo4j to support Cytoscape group nodes. However, creating a group node in Cytoscape, exporting to neo4j and importing back into Cytoscape br…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
i constructed a propertygraphstore and there are some entities with properties and some…
-
It would be useful to fit into existing models to be able to configure the node labels and relationship types when using the SimpleKGPipeline.
e.g. being able to modify these constraints at run tim…
-
The currently implemented properties can be found [here](https://github.com/Q42/Rijksmuseum.CollectieOnline.SparqlBook.Issue.Tracking/blob/main/properties.md).
## Describe the bug and/or desired be…
-
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…
-
### Bug Description
I was following this [link](https://docs.llamaindex.ai/en/stable/examples/property_graph/property_graph_neo4j/). After setting up my `PropertyGraphIndex.from_documents()`, I navi…
-
### Bug Description
I assume I should be able to reload a KnowledgeGraph (backended by neo4j). I am not able to. I have tried two methods.
1.
```
PropertyGraphIndex.from_existing()
```
loa…
-
RT. 起了三个节点构成ha集群,用java neo4j bolt客户端连接其中某一个node执行操作,未能同步到其他node上。是不是neo4j的bolt客户端不支持ha模式?
tugraph版本: 4.3.0
-
```
func main() {
ctx := context.Background()
// 创建驱动
driver, err := neo4j.NewDriverWithContext("bolt://localhost:7687",
neo4j.BasicAuth("neo4j", "Aa111111", ""))
if err != nil {
panic(…