diff --git a/data/operation_dulce/dataset.zip b/data/operation_dulce/dataset.zip index 3b88986e..22a82538 100644 Binary files a/data/operation_dulce/dataset.zip and b/data/operation_dulce/dataset.zip differ diff --git a/posts/config/env_vars/index.html b/posts/config/env_vars/index.html index fe1ed7dc..4d79a5e5 100644 --- a/posts/config/env_vars/index.html +++ b/posts/config/env_vars/index.html @@ -873,7 +873,7 @@ a { The encoding model to use for chunking. str optional -None +The top-level encoding model. @@ -911,6 +911,13 @@ a { organization,person,event,geo +GRAPHRAG_ENTITY_EXTRACTION_ENCODING_MODEL +The encoding model to use for entity extraction. +str +optional +The top-level encoding model. + + GRAPHRAG_SUMMARIZE_DESCRIPTIONS_PROMPT_FILE The path (relative to the root) of an description summarization prompt template text file. str @@ -953,6 +960,13 @@ a { 1 +GRAPHRAG_CLAIM_EXTRACTION_ENCODING_MODEL +The encoding model to use for claim extraction. +str +optional +The top-level encoding model + + GRAPHRAG_COMMUNITY_REPORTS_PROMPT_FILE The community reports extraction prompt to utilize. string diff --git a/posts/config/json_yaml/index.html b/posts/config/json_yaml/index.html index 81e8a2c6..6ab3dfcb 100644 --- a/posts/config/json_yaml/index.html +++ b/posts/config/json_yaml/index.html @@ -411,6 +411,7 @@ API_KEY=some_api_key
  • prompt str - The prompt file to use.
  • entity_types list[str] - The entity types to identify.
  • max_gleanings int - The maximum number of gleaning cycles to use.
  • +
  • encoding_model str - The text encoding model to use. By default, this will use the top-level encoding model.
  • strategy dict - Fully override the entity extraction strategy.
  • summarize_descriptions

    @@ -433,6 +434,7 @@ API_KEY=some_api_key
  • prompt str - The prompt file to use.
  • description str - Describes the types of claims we want to extract.
  • max_gleanings int - The maximum number of gleaning cycles to use.
  • +
  • encoding_model str - The text encoding model to use. By default, this will use the top-level encoding model.
  • strategy dict - Fully override the claim extraction strategy.
  • community_reports