diff --git a/.semversioner/next-release/patch-20250107205718575866.json b/.semversioner/next-release/patch-20250107205718575866.json new file mode 100644 index 0000000000..089180d5c1 --- /dev/null +++ b/.semversioner/next-release/patch-20250107205718575866.json @@ -0,0 +1,4 @@ +{ + "type": "patch", + "description": "Increase LOCAL_SEARCH_COMMUNITY_PROP to 15%" +} diff --git a/graphrag/config/defaults.py b/graphrag/config/defaults.py index 73f27dbe33..118818c8c2 100644 --- a/graphrag/config/defaults.py +++ b/graphrag/config/defaults.py @@ -108,7 +108,7 @@ # Local Search LOCAL_SEARCH_TEXT_UNIT_PROP = 0.5 -LOCAL_SEARCH_COMMUNITY_PROP = 0.1 +LOCAL_SEARCH_COMMUNITY_PROP = 0.15 LOCAL_SEARCH_CONVERSATION_HISTORY_MAX_TURNS = 5 LOCAL_SEARCH_TOP_K_MAPPED_ENTITIES = 10 LOCAL_SEARCH_TOP_K_RELATIONSHIPS = 10