Skip to content

Commit

Permalink
Chore/increase search community prop def (#1589)
Browse files Browse the repository at this point in the history
* Increase LOCAL_SEARCH_COMMUNITY_PROP

* Semver
  • Loading branch information
AlonsoGuevara authored Jan 8, 2025
1 parent f000309 commit 6eca5ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .semversioner/next-release/patch-20250107205718575866.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "patch",
"description": "Increase LOCAL_SEARCH_COMMUNITY_PROP to 15%"
}
2 changes: 1 addition & 1 deletion graphrag/config/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6eca5ec

Please sign in to comment.