From 0a5801041ae48b8d380e3d7e7a24a8b7d94d4212 Mon Sep 17 00:00:00 2001 From: Jeff Baumes Date: Thu, 14 Nov 2024 17:53:59 -0500 Subject: [PATCH] Fix documentation for generate_indexing_prompts (#1336) Co-authored-by: Alonso Guevara --- graphrag/api/prompt_tune.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphrag/api/prompt_tune.py b/graphrag/api/prompt_tune.py index 4363c71b10..ff0cfdcfb5 100644 --- a/graphrag/api/prompt_tune.py +++ b/graphrag/api/prompt_tune.py @@ -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.