We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90166c commit 0a58010Copy full SHA for 0a58010
graphrag/api/prompt_tune.py
@@ -64,7 +64,7 @@ async def generate_indexing_prompts(
64
- domain: The domain to map the input documents to.
65
- language: The language to use for the prompts.
66
- max_tokens: The maximum number of tokens to use on entity extraction prompts
67
- - skip_entity_types: Skip generating entity types.
+ - discover_entity_types: Generate entity types.
68
- min_examples_required: The minimum number of examples required for entity extraction prompts.
69
- n_subset_max: The number of text chunks to embed when using auto selection method.
70
- k: The number of documents to select when using auto selection method.
0 commit comments