Do you need to file an issue?
Describe the bug
max_length was not passed in the prompt template reduce_system_prompt in Global search.py
this throws an error.
Steps to reproduce
Perform a global search(), not stream_search(). This issue will be present.
I have created a PR for the fix - Harshit-54:harshit-54/bugfix
Expected Behavior
Search functionality should work
GraphRAG Config Used
Logs and screenshots

with _reduce_response

with _stream_reduce_response
_No response_
Additional Information
- GraphRAG Version:
- Operating System:
- Python Version:
- Related Issues:
Do you need to file an issue?
Describe the bug
max_length was not passed in the prompt template reduce_system_prompt in Global search.py
this throws an error.
Steps to reproduce
Perform a global search(), not stream_search(). This issue will be present.
I have created a PR for the fix - Harshit-54:harshit-54/bugfix
Expected Behavior
Search functionality should work
GraphRAG Config Used
# Paste your config hereLogs and screenshots
Additional Information