GraphRAG icon indicating copy to clipboard operation
GraphRAG copied to clipboard

In-depth study of the graphrag

Results 21 GraphRAG issues
Sort by recently updated
recently updated
newest added

1. code version :commit d5a2653830c0d5360de2bdb414c2985dfbedac4a 2. bug log : ` File "/home/oliver/notebook/rag/others/GraphRAG/test.py", line 41, in asyncio.run(main()) File "/home/oliver/.conda/envs/digimon/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/home/oliver/.conda/envs/digimon/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete...

I did not find the config file for VGraphRAG and VGraphRAG-CC. Can you provide the implementation code of VGraphRAG and VGraphRAG-CC.

Failed to extract entities and relationships from chunk during call to GraphRAG method to build KG when using llama3:8b by Ollama ``` async def _extract_records_from_chunk(self, chunk_info: TextChunk): context = self._build_context_for_entity_extraction(chunk_info.content)...

请问您的项目支持azure openai服务吗或者deepseek、zhipu AI的embedding 模型吗?或者是我config.yaml调用格式有问题?麻烦您解答一下。 以下是我的config.yaml,用的是azure openai的服务: ![Image](https://github.com/user-attachments/assets/2a0476d3-aa80-4bfd-a27c-53fd9e99d4ed) 但是出现多次调用OpenAILLM.acompletion_text时返回Error code: 404 - Resource not found,重试后仍失败的现象,terminal具体输出结果:(graphrag) vsc@a100-4:/opt/GraphRAG$ python main.py -opt Option/Config2.yaml -dataset_name cs #################################################################################################### _____ _____ _____ _____ __ __ ____ _...

enhancement

I intended to execute the instruction `python main.py -opt Option/Method/RAPTOR.yaml -dataset_name HotpotQA`, but an error occurred. The traceback information is as follows: ``` Traceback (most recent call last): File "/home/ldy/GraphRAG/main.py",...

Hi, I'm sorry to bother you. While testing query results using main.py, I encountered an issue. Specifically, when the number of questions exceeds two, I receive an error message stating,...

![Image](https://github.com/user-attachments/assets/b48607c3-21d7-45cb-985b-d306bb498977) 这是我的报错。 ![Image](https://github.com/user-attachments/assets/7a06d089-b78c-417f-9eaa-7c39d7c40b24)这是我的config 请问我是哪里出了问题 谢谢您

I use the newes code . The RAG can retrieve the data, but it cant provide the data for LLM ![Image](https://github.com/user-attachments/assets/e0b8ba6c-49d7-456d-8578-fc2220eb02c5)

Hi! I need some help. I'm trying to run the system using the **multihop-rag-summary** dataset to evaluate **LightRAG**, but I've encountered the issue: And here's my config2.yaml file I'm not...

Hi, I ran the command and encountered the warning shown above. On the right is the content of my Config2.yaml file.Could you please provide some solutions? Thank you.