Implementing Graphrag with Llama-index: Resolving the 'NoneType' Object Error
Implementing Graphrag with Llama-index: Resolving the 'NoneType' Object Error
At a glance
A community member is a first-time user of llama-index and is trying to implement graphrag along with it. They are encountering an AttributeError: 'NoneType' object has no attribute 'context_window' when using Settings.context_window = 3900 with version 0.12.11. The community member couldn't find any existing material to resolve this issue and is seeking help.
Hi everyone, I am a first time user of llama-index. Trying to implement graphrag along with llama-index. I am getting an AttributeError: 'NoneType' object has no attribute 'context_window' when using "Settings.context_window = 3900" with v 0.12.11. I couldn't find any existing material to resolve it. Any help would be appreciated π