graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
I don’t seem to see how the stagger parameter is used in the code. Can you help explain this?
### Describe the issue I got an empty network when doing the Leiden clustering algorithm as follows: {"type": "error", "data": "Error executing verb \"cluster_graph\" in create_base_entity_graph: EmptyNetworkError", "stack": ... leiden.EmptyNetworkError:...
### Describe the bug 00:58:35,677 graphrag.index.verbs.graph.clustering.cluster_graph WARNING Graph has no nodes 00:58:35,679 datashaper.workflow.workflow ERROR Error executing verb "cluster_graph" in create_base_entity_graph: Columns must be same length as key Traceback (most recent...
### Describe the bug [Bug]: raise ValueError(\"Columns must be same length as key\")\nValueError: Columns must be same length as key\n", "source": "Columns must be same length as key", "details": null}...
### Is your feature request related to a problem? Please describe. Right now, only openAI and Azure models are supported out-of-the-box, add support for HF API ### Describe the solution...
### Describe the issue I was inspecting the example dataset from operation dulge... For some reason most of nodes have no communities. I find it even weirder that nodes that...
### Describe the bug I have finished the pipeline with llm and ebedding of ollama. However, when I tried to query: python -m graphrag.query --root pg18v8 --method local "describe the...
### Is your feature request related to a problem? Please describe. Currently, local models and local embeddings are not supported. When will they be supported? ### Describe the solution you'd...
### Describe the issue _No response_ ### Steps to reproduce _No response_ ### GraphRAG Config Used _No response_ ### Logs and screenshots _No response_ ### Additional Information - GraphRAG Version:...
`Hi guys, apperantly I get this issue, and I dont understand the meaning, because I tried to reduce the maxtoken, but it didnt work...any idea? (I did already the indexing)...