Skip to content

Commit 6eca5ec

Browse files
Chore/increase search community prop def (#1589)
* Increase LOCAL_SEARCH_COMMUNITY_PROP * Semver
1 parent f000309 commit 6eca5ec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "patch",
3+
"description": "Increase LOCAL_SEARCH_COMMUNITY_PROP to 15%"
4+
}

graphrag/config/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108

109109
# Local Search
110110
LOCAL_SEARCH_TEXT_UNIT_PROP = 0.5
111-
LOCAL_SEARCH_COMMUNITY_PROP = 0.1
111+
LOCAL_SEARCH_COMMUNITY_PROP = 0.15
112112
LOCAL_SEARCH_CONVERSATION_HISTORY_MAX_TURNS = 5
113113
LOCAL_SEARCH_TOP_K_MAPPED_ENTITIES = 10
114114
LOCAL_SEARCH_TOP_K_RELATIONSHIPS = 10

0 commit comments

Comments
 (0)