use_kg_search
(bool): Whether to use knowledge graph searchkg_search_type
(str): Type of knowledge graph search (‘global’ or ‘local’)kg_search_level
(Optional[str]): Level of knowledge graph searchgeneration_config
(Optional[GenerationConfig]): Configuration for knowledge graph search generationentity_types
(list): Types of entities to search forrelationships
(list): Types of relationships to search formax_community_description_length
(int): Maximum length of community descriptions (default: 65536)max_llm_queries_for_global_search
(int): Maximum number of LLM queries for global search (default: 250)local_search_limits
(dict[str, int]): Limits for local search results by type