Bombastic11
Bombastic11
llm_model_max_token_size: 32768,the context is none when is provided for LLM
``` File "/home/tianjm/graph/GraphRAG/Core/Retriever/CommunityRetriever.py", line 82, in find_relevant_community_by_level : self.config.global_max_consider_community File "/home/tianjm/miniconda3/envs/graph/lib/python3.10/site-packages/pydantic/main.py", line 891, in __getattr__ raise AttributeError(f'{type(self).__name__!r} object has no attribute {item!r}') AttributeError: 'RetrieverConfig' object has no attribute 'global_max_consider_community' ```...
I want to know if methods GGraphRAG and LGraphRAG retriver can use knowledge graphs. I constructed the graph using method GGraphRAG , and if method LGraphRAG is available
Can you provide method GraphRAG
How can I use different retrieval method in the rag such as HippoRAG