Skip to content

Commit

Permalink
Fix documentation for generate_indexing_prompts (#1336)
Browse files Browse the repository at this point in the history
Co-authored-by: Alonso Guevara <[email protected]>
  • Loading branch information
jeffbaumes and AlonsoGuevara authored Nov 14, 2024
1 parent c90166c commit 0a58010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphrag/api/prompt_tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def generate_indexing_prompts(
- domain: The domain to map the input documents to.
- language: The language to use for the prompts.
- max_tokens: The maximum number of tokens to use on entity extraction prompts
- skip_entity_types: Skip generating entity types.
- discover_entity_types: Generate entity types.
- min_examples_required: The minimum number of examples required for entity extraction prompts.
- n_subset_max: The number of text chunks to embed when using auto selection method.
- k: The number of documents to select when using auto selection method.
Expand Down

0 comments on commit 0a58010

Please sign in to comment.