Skip to content

Commit 0a58010

Browse files
Fix documentation for generate_indexing_prompts (#1336)
Co-authored-by: Alonso Guevara <[email protected]>
1 parent c90166c commit 0a58010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphrag/api/prompt_tune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def generate_indexing_prompts(
6464
- domain: The domain to map the input documents to.
6565
- language: The language to use for the prompts.
6666
- max_tokens: The maximum number of tokens to use on entity extraction prompts
67-
- skip_entity_types: Skip generating entity types.
67+
- discover_entity_types: Generate entity types.
6868
- min_examples_required: The minimum number of examples required for entity extraction prompts.
6969
- n_subset_max: The number of text chunks to embed when using auto selection method.
7070
- k: The number of documents to select when using auto selection method.

0 commit comments

Comments
 (0)