Skip to content

Commit

Permalink
fix strategy set twice
Browse files Browse the repository at this point in the history
  • Loading branch information
KylinMountain committed Sep 12, 2024
1 parent 258c9e9 commit e02425c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphrag/config/create_graphrag_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ def hydrate_parallelization_params(
or defs.ENTITY_EXTRACTION_ENTITY_TYPES,
max_gleanings=max_gleanings,
prompt=reader.str("prompt", Fragment.prompt_file),
strategy=entity_extraction_config.get("strategy"),
encoding_model=reader.str(Fragment.encoding_model),
strategy=entity_extraction_config.get("strategy"),
)
Expand Down

0 comments on commit e02425c

Please sign in to comment.