max tokens

~50180 tokens

├── .gitattributes
├── .github
    ├── ISSUE_TEMPLATE
    │   ├── bug_report.yml
    │   ├── config.yml
    │   ├── feature_request.yml
    │   └── general_issue.yml
    ├── dependabot.yml
    ├── pull_request_template.md
    └── workflows
    │   ├── gh-pages.yml
    │   ├── issues-autoresolve.yml
    │   ├── python-ci.yml
    │   ├── python-integration-tests.yml
    │   ├── python-notebook-tests.yml
    │   ├── python-publish.yml
    │   ├── python-smoke-tests.yml
    │   ├── semver.yml
    │   └── spellcheck.yml
├── .gitignore
├── .semversioner
    ├── 0.1.0.json
    ├── 0.2.0.json
    ├── 0.2.1.json
    ├── 0.2.2.json
    ├── 0.3.0.json
    ├── 0.3.1.json
    ├── 0.3.2.json
    ├── 0.3.3.json
    ├── 0.3.4.json
    ├── 0.3.5.json
    ├── 0.3.6.json
    ├── 0.4.0.json
    ├── 0.4.1.json
    ├── 0.5.0.json
    ├── 0.9.0.json
    ├── 1.0.0.json
    ├── 1.0.1.json
    ├── 1.1.0.json
    ├── 1.1.1.json
    ├── 1.1.2.json
    ├── 1.2.0.json
    ├── 2.0.0.json
    ├── 2.1.0.json
    ├── 2.2.0.json
    ├── 2.2.1.json
    ├── 2.3.0.json
    ├── 2.4.0.json
    ├── 2.5.0.json
    ├── 2.6.0.json
    └── 2.7.0.json
├── .vscode
    ├── extensions.json
    ├── launch.json
    └── settings.json
├── .vsts-ci.yml
├── CHANGELOG.md
├── CODEOWNERS
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── DEVELOPING.md
├── LICENSE
├── RAI_TRANSPARENCY.md
├── README.md
├── SECURITY.md
├── SUPPORT.md
├── breaking-changes.md
├── cspell.config.yaml
├── dictionary.txt
├── docs
    ├── blog_posts.md
    ├── cli.md
    ├── config
    │   ├── env_vars.md
    │   ├── init.md
    │   ├── models.md
    │   ├── overview.md
    │   └── yaml.md
    ├── data
    │   └── operation_dulce
    │   │   ├── ABOUT.md
    │   │   ├── Operation Dulce v2 1 1.md
    │   │   └── dataset.zip
    ├── developing.md
    ├── examples_notebooks
    │   ├── api_overview.ipynb
    │   ├── custom_vector_store.ipynb
    │   ├── drift_search.ipynb
    │   ├── global_search.ipynb
    │   ├── global_search_with_dynamic_community_selection.ipynb
    │   ├── index_migration_to_v1.ipynb
    │   ├── index_migration_to_v2.ipynb
    │   ├── input_documents.ipynb
    │   ├── inputs
    │   │   └── operation dulce
    │   │   │   ├── ABOUT.md
    │   │   │   ├── Operation Dulce v2 1 1.md
    │   │   │   ├── communities.parquet
    │   │   │   ├── community_reports.parquet
    │   │   │   ├── covariates.parquet
    │   │   │   ├── documents.parquet
    │   │   │   ├── entities.parquet
    │   │   │   ├── lancedb
    │   │   │       ├── default-community-full_content.lance
    │   │   │       │   ├── _transactions
    │   │   │       │   │   ├── 0-2fed1d8b-daac-41b0-a93a-e115cda75be3.txn
    │   │   │       │   │   ├── 1-61dbb7c2-aec3-4796-b223-941fc7cc93cc.txn
    │   │   │       │   │   ├── 2-60012692-a153-48f9-8f4e-c479b44cbf3f.txn
    │   │   │       │   │   └── 3-0d2dc9a1-094f-4220-83c7-6ad6f26fac2b.txn
    │   │   │       │   ├── _versions
    │   │   │       │   │   ├── 1.manifest
    │   │   │       │   │   ├── 2.manifest
    │   │   │       │   │   ├── 3.manifest
    │   │   │       │   │   └── 4.manifest
    │   │   │       │   └── data
    │   │   │       │   │   ├── 1e7b2d94-ed06-4aa0-b22e-86a71d416bc6.lance
    │   │   │       │   │   └── 1ed9f301-ce30-46a8-8c0b-9c2a60a3cf43.lance
    │   │   │       ├── default-entity-description.lance
    │   │   │       │   ├── _transactions
    │   │   │       │   │   ├── 0-92c031e5-7558-451e-9d0f-f5514db9616d.txn
    │   │   │       │   │   ├── 1-7b3cb8d8-3512-4584-a003-91838fed8911.txn
    │   │   │       │   │   ├── 2-7de627d2-4c57-49e9-bf73-c17a9582ead4.txn
    │   │   │       │   │   └── 3-9ad29d69-9a69-43a8-8b26-252ea267958d.txn
    │   │   │       │   ├── _versions
    │   │   │       │   │   ├── 1.manifest
    │   │   │       │   │   ├── 2.manifest
    │   │   │       │   │   ├── 3.manifest
    │   │   │       │   │   └── 4.manifest
    │   │   │       │   └── data
    │   │   │       │   │   ├── a34575c4-5260-457f-bebe-3f40bc0e2ee3.lance
    │   │   │       │   │   └── eabd7580-86f5-4022-8aa7-fe0aff816d98.lance
    │   │   │       └── default-text_unit-text.lance
    │   │   │       │   ├── _transactions
    │   │   │       │       ├── 0-fd0434ac-e5cd-4ddd-9dd5-e5048d4edb59.txn
    │   │   │       │       ├── 1-14bb4b1d-cc00-420b-9b14-3626f0bd8c0b.txn
    │   │   │       │       ├── 2-8e74264c-f72d-44f5-a6f4-b3b61ae6a43b.txn
    │   │   │       │       └── 3-7516fb71-9db3-4666-bdef-ea04c1eb9697.txn
    │   │   │       │   ├── _versions
    │   │   │       │       ├── 1.manifest
    │   │   │       │       ├── 2.manifest
    │   │   │       │       ├── 3.manifest
    │   │   │       │       └── 4.manifest
    │   │   │       │   └── data
    │   │   │       │       ├── 2794bf5b-de3d-4202-ab16-e76bc27c8e6a.lance
    │   │   │       │       └── 2f74c8e8-3f35-4209-889c-a13cf0780eb3.lance
    │   │   │   ├── relationships.parquet
    │   │   │   └── text_units.parquet
    │   ├── local_search.ipynb
    │   └── multi_index_search.ipynb
    ├── get_started.md
    ├── img
    │   ├── GraphRag-Figure1.jpg
    │   ├── auto-tune-diagram.png
    │   ├── drift-search-diagram.png
    │   ├── pipeline-running.png
    │   └── viz_guide
    │   │   ├── gephi-appearance-pane.png
    │   │   ├── gephi-initial-graph-example.png
    │   │   ├── gephi-layout-forceatlas2-pane.png
    │   │   ├── gephi-layout-pane.png
    │   │   └── gephi-network-overview-settings.png
    ├── index.md
    ├── index
    │   ├── architecture.md
    │   ├── byog.md
    │   ├── default_dataflow.md
    │   ├── inputs.md
    │   ├── methods.md
    │   ├── outputs.md
    │   └── overview.md
    ├── prompt_tuning
    │   ├── auto_prompt_tuning.md
    │   ├── manual_prompt_tuning.md
    │   └── overview.md
    ├── query
    │   ├── drift_search.md
    │   ├── global_search.md
    │   ├── local_search.md
    │   ├── multi_index_search.md
    │   ├── notebooks
    │   │   └── overview.md
    │   ├── overview.md
    │   └── question_generation.md
    ├── scripts
    │   └── create_cookie_banner.js
    ├── stylesheets
    │   └── extra.css
    └── visualization_guide.md
├── examples_notebooks
    ├── community_contrib
    │   ├── README.md
    │   ├── neo4j
    │   │   └── graphrag_import_neo4j_cypher.ipynb
    │   └── yfiles-jupyter-graphs
    │   │   └── graph-visualization.ipynb
    └── inputs
    │   └── operation dulce
    │       └── lancedb
    │           └── entity_description_embeddings.lance
    │               ├── _latest.manifest
    │               ├── _transactions
    │                   ├── 0-498c6e24-dd0a-42b9-8f7e-5e3d2ab258b0.txn
    │                   └── 1-bf5aa024-a229-461f-8d78-699841a302fe.txn
    │               ├── _versions
    │                   ├── 1.manifest
    │                   └── 2.manifest
    │               └── data
    │                   └── fe64774f-5412-4c9c-8dea-f6ed55c81119.lance
├── graphrag
    ├── __init__.py
    ├── __main__.py
    ├── api
    │   ├── __init__.py
    │   ├── index.py
    │   ├── prompt_tune.py
    │   └── query.py
    ├── cache
    │   ├── __init__.py
    │   ├── factory.py
    │   ├── json_pipeline_cache.py
    │   ├── memory_pipeline_cache.py
    │   ├── noop_pipeline_cache.py
    │   └── pipeline_cache.py
    ├── callbacks
    │   ├── __init__.py
    │   ├── console_workflow_callbacks.py
    │   ├── llm_callbacks.py
    │   ├── noop_query_callbacks.py
    │   ├── noop_workflow_callbacks.py
    │   ├── query_callbacks.py
    │   ├── workflow_callbacks.py
    │   └── workflow_callbacks_manager.py
    ├── cli
    │   ├── __init__.py
    │   ├── index.py
    │   ├── initialize.py
    │   ├── main.py
    │   ├── prompt_tune.py
    │   └── query.py
    ├── config
    │   ├── __init__.py
    │   ├── create_graphrag_config.py
    │   ├── defaults.py
    │   ├── embeddings.py
    │   ├── enums.py
    │   ├── environment_reader.py
    │   ├── errors.py
    │   ├── get_embedding_settings.py
    │   ├── init_content.py
    │   ├── load_config.py
    │   ├── models
    │   │   ├── __init__.py
    │   │   ├── basic_search_config.py
    │   │   ├── cache_config.py
    │   │   ├── chunking_config.py
    │   │   ├── cluster_graph_config.py
    │   │   ├── community_reports_config.py
    │   │   ├── drift_search_config.py
    │   │   ├── embed_graph_config.py
    │   │   ├── extract_claims_config.py
    │   │   ├── extract_graph_config.py
    │   │   ├── extract_graph_nlp_config.py
    │   │   ├── global_search_config.py
    │   │   ├── graph_rag_config.py
    │   │   ├── input_config.py
    │   │   ├── language_model_config.py
    │   │   ├── local_search_config.py
    │   │   ├── prune_graph_config.py
    │   │   ├── reporting_config.py
    │   │   ├── snapshots_config.py
    │   │   ├── storage_config.py
    │   │   ├── summarize_descriptions_config.py
    │   │   ├── text_embedding_config.py
    │   │   ├── umap_config.py
    │   │   ├── vector_store_config.py
    │   │   └── vector_store_schema_config.py
    │   └── read_dotenv.py
    ├── data_model
    │   ├── __init__.py
    │   ├── community.py
    │   ├── community_report.py
    │   ├── covariate.py
    │   ├── document.py
    │   ├── entity.py
    │   ├── identified.py
    │   ├── named.py
    │   ├── relationship.py
    │   ├── schemas.py
    │   ├── text_unit.py
    │   └── types.py
    ├── factory
    │   ├── __init__.py
    │   └── factory.py
    ├── index
    │   ├── __init__.py
    │   ├── input
    │   │   ├── __init__.py
    │   │   ├── csv.py
    │   │   ├── factory.py
    │   │   ├── json.py
    │   │   ├── text.py
    │   │   └── util.py
    │   ├── operations
    │   │   ├── __init__.py
    │   │   ├── build_noun_graph
    │   │   │   ├── __init__.py
    │   │   │   ├── build_noun_graph.py
    │   │   │   └── np_extractors
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── base.py
    │   │   │   │   ├── cfg_extractor.py
    │   │   │   │   ├── factory.py
    │   │   │   │   ├── np_validator.py
    │   │   │   │   ├── regex_extractor.py
    │   │   │   │   ├── resource_loader.py
    │   │   │   │   ├── stop_words.py
    │   │   │   │   └── syntactic_parsing_extractor.py
    │   │   ├── chunk_text
    │   │   │   ├── __init__.py
    │   │   │   ├── bootstrap.py
    │   │   │   ├── chunk_text.py
    │   │   │   ├── strategies.py
    │   │   │   └── typing.py
    │   │   ├── cluster_graph.py
    │   │   ├── compute_degree.py
    │   │   ├── compute_edge_combined_degree.py
    │   │   ├── create_graph.py
    │   │   ├── embed_graph
    │   │   │   ├── __init__.py
    │   │   │   ├── embed_graph.py
    │   │   │   ├── embed_node2vec.py
    │   │   │   └── typing.py
    │   │   ├── embed_text
    │   │   │   ├── __init__.py
    │   │   │   ├── embed_text.py
    │   │   │   └── strategies
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── mock.py
    │   │   │   │   ├── openai.py
    │   │   │   │   └── typing.py
    │   │   ├── extract_covariates
    │   │   │   ├── __init__.py
    │   │   │   ├── claim_extractor.py
    │   │   │   ├── extract_covariates.py
    │   │   │   └── typing.py
    │   │   ├── extract_graph
    │   │   │   ├── __init__.py
    │   │   │   ├── extract_graph.py
    │   │   │   ├── graph_extractor.py
    │   │   │   ├── graph_intelligence_strategy.py
    │   │   │   └── typing.py
    │   │   ├── finalize_community_reports.py
    │   │   ├── finalize_entities.py
    │   │   ├── finalize_relationships.py
    │   │   ├── graph_to_dataframes.py
    │   │   ├── layout_graph
    │   │   │   ├── __init__.py
    │   │   │   ├── layout_graph.py
    │   │   │   ├── typing.py
    │   │   │   ├── umap.py
    │   │   │   └── zero.py
    │   │   ├── prune_graph.py
    │   │   ├── snapshot_graphml.py
    │   │   ├── summarize_communities
    │   │   │   ├── __init__.py
    │   │   │   ├── build_mixed_context.py
    │   │   │   ├── community_reports_extractor.py
    │   │   │   ├── explode_communities.py
    │   │   │   ├── graph_context
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── context_builder.py
    │   │   │   │   └── sort_context.py
    │   │   │   ├── strategies.py
    │   │   │   ├── summarize_communities.py
    │   │   │   ├── text_unit_context
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── context_builder.py
    │   │   │   │   ├── prep_text_units.py
    │   │   │   │   └── sort_context.py
    │   │   │   ├── typing.py
    │   │   │   └── utils.py
    │   │   └── summarize_descriptions
    │   │   │   ├── __init__.py
    │   │   │   ├── description_summary_extractor.py
    │   │   │   ├── graph_intelligence_strategy.py
    │   │   │   ├── summarize_descriptions.py
    │   │   │   └── typing.py
    │   ├── run
    │   │   ├── __init__.py
    │   │   ├── run_pipeline.py
    │   │   └── utils.py
    │   ├── text_splitting
    │   │   ├── __init__.py
    │   │   ├── check_token_limit.py
    │   │   └── text_splitting.py
    │   ├── typing
    │   │   ├── __init__.py
    │   │   ├── context.py
    │   │   ├── error_handler.py
    │   │   ├── pipeline.py
    │   │   ├── pipeline_run_result.py
    │   │   ├── state.py
    │   │   ├── stats.py
    │   │   └── workflow.py
    │   ├── update
    │   │   ├── __init__.py
    │   │   ├── communities.py
    │   │   ├── entities.py
    │   │   ├── incremental_index.py
    │   │   └── relationships.py
    │   ├── utils
    │   │   ├── __init__.py
    │   │   ├── dataframes.py
    │   │   ├── derive_from_rows.py
    │   │   ├── dicts.py
    │   │   ├── graphs.py
    │   │   ├── hashing.py
    │   │   ├── is_null.py
    │   │   ├── stable_lcc.py
    │   │   ├── string.py
    │   │   └── uuid.py
    │   ├── validate_config.py
    │   └── workflows
    │   │   ├── __init__.py
    │   │   ├── create_base_text_units.py
    │   │   ├── create_communities.py
    │   │   ├── create_community_reports.py
    │   │   ├── create_community_reports_text.py
    │   │   ├── create_final_documents.py
    │   │   ├── create_final_text_units.py
    │   │   ├── extract_covariates.py
    │   │   ├── extract_graph.py
    │   │   ├── extract_graph_nlp.py
    │   │   ├── factory.py
    │   │   ├── finalize_graph.py
    │   │   ├── generate_text_embeddings.py
    │   │   ├── load_input_documents.py
    │   │   ├── load_update_documents.py
    │   │   ├── prune_graph.py
    │   │   ├── update_clean_state.py
    │   │   ├── update_communities.py
    │   │   ├── update_community_reports.py
    │   │   ├── update_covariates.py
    │   │   ├── update_entities_relationships.py
    │   │   ├── update_final_documents.py
    │   │   ├── update_text_embeddings.py
    │   │   └── update_text_units.py
    ├── language_model
    │   ├── __init__.py
    │   ├── cache
    │   │   ├── __init__.py
    │   │   └── base.py
    │   ├── events
    │   │   ├── __init__.py
    │   │   └── base.py
    │   ├── factory.py
    │   ├── manager.py
    │   ├── protocol
    │   │   ├── __init__.py
    │   │   └── base.py
    │   ├── providers
    │   │   ├── __init__.py
    │   │   ├── fnllm
    │   │   │   ├── __init__.py
    │   │   │   ├── cache.py
    │   │   │   ├── events.py
    │   │   │   ├── models.py
    │   │   │   └── utils.py
    │   │   └── litellm
    │   │   │   ├── __init__.py
    │   │   │   ├── chat_model.py
    │   │   │   ├── embedding_model.py
    │   │   │   ├── get_cache_key.py
    │   │   │   ├── request_wrappers
    │   │   │       ├── __init__.py
    │   │   │       ├── with_cache.py
    │   │   │       ├── with_logging.py
    │   │   │       ├── with_rate_limiter.py
    │   │   │       └── with_retries.py
    │   │   │   ├── services
    │   │   │       ├── __init__.py
    │   │   │       ├── rate_limiter
    │   │   │       │   ├── __init__.py
    │   │   │       │   ├── rate_limiter.py
    │   │   │       │   ├── rate_limiter_factory.py
    │   │   │       │   └── static_rate_limiter.py
    │   │   │       └── retry
    │   │   │       │   ├── __init__.py
    │   │   │       │   ├── exponential_retry.py
    │   │   │       │   ├── incremental_wait_retry.py
    │   │   │       │   ├── native_wait_retry.py
    │   │   │       │   ├── random_wait_retry.py
    │   │   │       │   ├── retry.py
    │   │   │       │   └── retry_factory.py
    │   │   │   └── types.py
    │   └── response
    │   │   ├── __init__.py
    │   │   ├── base.py
    │   │   └── base.pyi
    ├── logger
    │   ├── __init__.py
    │   ├── blob_workflow_logger.py
    │   ├── factory.py
    │   ├── progress.py
    │   └── standard_logging.py
    ├── prompt_tune
    │   ├── __init__.py
    │   ├── defaults.py
    │   ├── generator
    │   │   ├── __init__.py
    │   │   ├── community_report_rating.py
    │   │   ├── community_report_summarization.py
    │   │   ├── community_reporter_role.py
    │   │   ├── domain.py
    │   │   ├── entity_relationship.py
    │   │   ├── entity_summarization_prompt.py
    │   │   ├── entity_types.py
    │   │   ├── extract_graph_prompt.py
    │   │   ├── language.py
    │   │   └── persona.py
    │   ├── loader
    │   │   ├── __init__.py
    │   │   └── input.py
    │   ├── prompt
    │   │   ├── __init__.py
    │   │   ├── community_report_rating.py
    │   │   ├── community_reporter_role.py
    │   │   ├── domain.py
    │   │   ├── entity_relationship.py
    │   │   ├── entity_types.py
    │   │   ├── language.py
    │   │   └── persona.py
    │   ├── template
    │   │   ├── __init__.py
    │   │   ├── community_report_summarization.py
    │   │   ├── entity_summarization.py
    │   │   └── extract_graph.py
    │   └── types.py
    ├── prompts
    │   ├── __init__.py
    │   ├── index
    │   │   ├── __init__.py
    │   │   ├── community_report.py
    │   │   ├── community_report_text_units.py
    │   │   ├── extract_claims.py
    │   │   ├── extract_graph.py
    │   │   └── summarize_descriptions.py
    │   └── query
    │   │   ├── __init__.py
    │   │   ├── basic_search_system_prompt.py
    │   │   ├── drift_search_system_prompt.py
    │   │   ├── global_search_knowledge_system_prompt.py
    │   │   ├── global_search_map_system_prompt.py
    │   │   ├── global_search_reduce_system_prompt.py
    │   │   ├── local_search_system_prompt.py
    │   │   └── question_gen_system_prompt.py
    ├── py.typed
    ├── query
    │   ├── __init__.py
    │   ├── context_builder
    │   │   ├── __init__.py
    │   │   ├── builders.py
    │   │   ├── community_context.py
    │   │   ├── conversation_history.py
    │   │   ├── dynamic_community_selection.py
    │   │   ├── entity_extraction.py
    │   │   ├── local_context.py
    │   │   ├── rate_prompt.py
    │   │   ├── rate_relevancy.py
    │   │   └── source_context.py
    │   ├── factory.py
    │   ├── indexer_adapters.py
    │   ├── input
    │   │   ├── __init__.py
    │   │   ├── loaders
    │   │   │   ├── __init__.py
    │   │   │   ├── dfs.py
    │   │   │   └── utils.py
    │   │   └── retrieval
    │   │   │   ├── __init__.py
    │   │   │   ├── community_reports.py
    │   │   │   ├── covariates.py
    │   │   │   ├── entities.py
    │   │   │   ├── relationships.py
    │   │   │   └── text_units.py
    │   ├── llm
    │   │   ├── __init__.py
    │   │   └── text_utils.py
    │   ├── question_gen
    │   │   ├── __init__.py
    │   │   ├── base.py
    │   │   └── local_gen.py
    │   └── structured_search
    │   │   ├── __init__.py
    │   │   ├── base.py
    │   │   ├── basic_search
    │   │       ├── __init__.py
    │   │       ├── basic_context.py
    │   │       └── search.py
    │   │   ├── drift_search
    │   │       ├── __init__.py
    │   │       ├── action.py
    │   │       ├── drift_context.py
    │   │       ├── primer.py
    │   │       ├── search.py
    │   │       └── state.py
    │   │   ├── global_search
    │   │       ├── __init__.py
    │   │       ├── community_context.py
    │   │       └── search.py
    │   │   └── local_search
    │   │       ├── __init__.py
    │   │       ├── mixed_context.py
    │   │       └── search.py
    ├── storage
    │   ├── __init__.py
    │   ├── blob_pipeline_storage.py
    │   ├── cosmosdb_pipeline_storage.py
    │   ├── factory.py
    │   ├── file_pipeline_storage.py
    │   ├── memory_pipeline_storage.py
    │   └── pipeline_storage.py
    ├── tokenizer
    │   ├── __init__.py
    │   ├── get_tokenizer.py
    │   ├── litellm_tokenizer.py
    │   ├── tiktoken_tokenizer.py
    │   └── tokenizer.py
    ├── utils
    │   ├── __init__.py
    │   ├── api.py
    │   ├── cli.py
    │   └── storage.py
    └── vector_stores
    │   ├── __init__.py
    │   ├── azure_ai_search.py
    │   ├── base.py
    │   ├── cosmosdb.py
    │   ├── factory.py
    │   └── lancedb.py
├── mkdocs.yaml
├── pyproject.toml
├── scripts
    ├── semver-check.sh
    ├── spellcheck.sh
    └── start-azurite.sh
├── tests
    ├── __init__.py
    ├── conftest.py
    ├── fixtures
    │   ├── azure
    │   │   ├── config.json
    │   │   ├── input
    │   │   │   ├── ABOUT.md
    │   │   │   └── dulce.txt
    │   │   └── settings.yml
    │   ├── min-csv
    │   │   ├── config.json
    │   │   ├── input
    │   │   │   ├── ABOUT.md
    │   │   │   └── dulce.csv
    │   │   └── settings.yml
    │   └── text
    │   │   ├── config.json
    │   │   ├── input
    │   │       ├── ABOUT.md
    │   │       └── dulce.txt
    │   │   ├── prompts
    │   │       └── community_report.txt
    │   │   └── settings.yml
    ├── integration
    │   ├── __init__.py
    │   ├── cache
    │   │   ├── __init__.py
    │   │   └── test_factory.py
    │   ├── language_model
    │   │   ├── __init__.py
    │   │   └── test_factory.py
    │   ├── logging
    │   │   ├── __init__.py
    │   │   ├── test_factory.py
    │   │   └── test_standard_logging.py
    │   ├── storage
    │   │   ├── __init__.py
    │   │   ├── test_blob_pipeline_storage.py
    │   │   ├── test_cosmosdb_storage.py
    │   │   ├── test_factory.py
    │   │   └── test_file_pipeline_storage.py
    │   └── vector_stores
    │   │   ├── __init__.py
    │   │   ├── test_azure_ai_search.py
    │   │   ├── test_cosmosdb.py
    │   │   ├── test_factory.py
    │   │   └── test_lancedb.py
    ├── mock_provider.py
    ├── notebook
    │   ├── __init__.py
    │   └── test_notebooks.py
    ├── smoke
    │   ├── __init__.py
    │   └── test_fixtures.py
    ├── unit
    │   ├── __init__.py
    │   ├── config
    │   │   ├── __init__.py
    │   │   ├── fixtures
    │   │   │   ├── minimal_config
    │   │   │   │   └── settings.yaml
    │   │   │   ├── minimal_config_missing_env_var
    │   │   │   │   └── settings.yaml
    │   │   │   └── timestamp_dirs
    │   │   │   │   └── 20240812-120000
    │   │   │   │       └── empty.txt
    │   │   ├── prompt-a.txt
    │   │   ├── prompt-b.txt
    │   │   ├── prompt-c.txt
    │   │   ├── prompt-d.txt
    │   │   ├── test_config.py
    │   │   └── utils.py
    │   ├── indexing
    │   │   ├── __init__.py
    │   │   ├── cache
    │   │   │   ├── __init__.py
    │   │   │   └── test_file_pipeline_cache.py
    │   │   ├── graph
    │   │   │   ├── __init__.py
    │   │   │   ├── extractors
    │   │   │   │   ├── __init__.py
    │   │   │   │   └── community_reports
    │   │   │   │   │   ├── __init__.py
    │   │   │   │   │   └── test_sort_context.py
    │   │   │   └── utils
    │   │   │   │   ├── __init__.py
    │   │   │   │   └── test_stable_lcc.py
    │   │   ├── input
    │   │   │   ├── __init__.py
    │   │   │   ├── data
    │   │   │   │   ├── multiple-csvs
    │   │   │   │   │   ├── input1.csv
    │   │   │   │   │   ├── input2.csv
    │   │   │   │   │   └── input3.csv
    │   │   │   │   ├── multiple-jsons
    │   │   │   │   │   ├── input1.json
    │   │   │   │   │   └── input2.json
    │   │   │   │   ├── multiple-txts
    │   │   │   │   │   ├── input1.txt
    │   │   │   │   │   └── input2.txt
    │   │   │   │   ├── one-csv
    │   │   │   │   │   └── input.csv
    │   │   │   │   ├── one-json-multiple-objects
    │   │   │   │   │   └── input.json
    │   │   │   │   ├── one-json-one-object
    │   │   │   │   │   └── input.json
    │   │   │   │   └── one-txt
    │   │   │   │   │   └── input.txt
    │   │   │   ├── test_csv_loader.py
    │   │   │   ├── test_json_loader.py
    │   │   │   └── test_txt_loader.py
    │   │   ├── operations
    │   │   │   ├── __init__.py
    │   │   │   └── chunk_text
    │   │   │   │   ├── __init__.py
    │   │   │   │   ├── test_chunk_text.py
    │   │   │   │   └── test_strategies.py
    │   │   ├── test_init_content.py
    │   │   ├── text_splitting
    │   │   │   ├── __init__.py
    │   │   │   └── test_text_splitting.py
    │   │   └── verbs
    │   │   │   ├── __init__.py
    │   │   │   ├── entities
    │   │   │       ├── __init__.py
    │   │   │       └── extraction
    │   │   │       │   ├── __init__.py
    │   │   │       │   └── strategies
    │   │   │       │       ├── __init__.py
    │   │   │       │       └── graph_intelligence
    │   │   │       │           ├── __init__.py
    │   │   │       │           └── test_gi_entity_extraction.py
    │   │   │   └── helpers
    │   │   │       ├── __init__.py
    │   │   │       └── mock_llm.py
    │   ├── litellm_services
    │   │   ├── __init__.py
    │   │   ├── test_rate_limiter.py
    │   │   ├── test_retries.py
    │   │   └── utils.py
    │   ├── query
    │   │   ├── __init__.py
    │   │   ├── context_builder
    │   │   │   ├── __init__.py
    │   │   │   └── test_entity_extraction.py
    │   │   ├── data
    │   │   │   ├── defaults
    │   │   │   │   └── output
    │   │   │   │   │   ├── 20240812-120000
    │   │   │   │   │       └── empty.txt
    │   │   │   │   │   └── 20240812-121000
    │   │   │   │   │       └── empty.txt
    │   │   │   ├── empty
    │   │   │   │   └── something-else
    │   │   │   │   │   └── empty.txt
    │   │   │   ├── hidden
    │   │   │   │   └── output
    │   │   │   │   │   ├── .another
    │   │   │   │   │       └── empty.txt
    │   │   │   │   │   ├── .hidden
    │   │   │   │   │   ├── 20240812-120000
    │   │   │   │   │       └── empty.txt
    │   │   │   │   │   └── 20240812-121000
    │   │   │   │   │       └── empty.txt
    │   │   │   └── non-numeric
    │   │   │   │   └── output
    │   │   │   │       ├── 20240812-120000
    │   │   │   │           └── empty.txt
    │   │   │   │       ├── 20240812-121000
    │   │   │   │           └── empty.txt
    │   │   │   │       └── something-else
    │   │   │   │           └── empty.txt
    │   │   └── input
    │   │   │   ├── __init__.py
    │   │   │   └── retrieval
    │   │   │       ├── __init__.py
    │   │   │       └── test_entities.py
    │   └── utils
    │   │   ├── __init__.py
    │   │   ├── test_embeddings.py
    │   │   └── test_encoding.py
    └── verbs
    │   ├── __init__.py
    │   ├── data
    │       ├── communities.parquet
    │       ├── community_reports.parquet
    │       ├── covariates.parquet
    │       ├── documents.parquet
    │       ├── entities.parquet
    │       ├── relationships.parquet
    │       ├── text_units.parquet
    │       ├── text_units_metadata.parquet
    │       └── text_units_metadata_included_chunk.parquet
    │   ├── test_create_base_text_units.py
    │   ├── test_create_communities.py
    │   ├── test_create_community_reports.py
    │   ├── test_create_final_documents.py
    │   ├── test_create_final_text_units.py
    │   ├── test_extract_covariates.py
    │   ├── test_extract_graph.py
    │   ├── test_extract_graph_nlp.py
    │   ├── test_finalize_graph.py
    │   ├── test_generate_text_embeddings.py
    │   ├── test_pipeline_state.py
    │   ├── test_prune_graph.py
    │   └── util.py
├── unified-search-app
    ├── .vsts-ci.yml
    ├── Dockerfile
    ├── README.md
    ├── app
    │   ├── __init__.py
    │   ├── app_logic.py
    │   ├── data_config.py
    │   ├── home_page.py
    │   ├── knowledge_loader
    │   │   ├── __init__.py
    │   │   ├── data_prep.py
    │   │   ├── data_sources
    │   │   │   ├── __init__.py
    │   │   │   ├── blob_source.py
    │   │   │   ├── default.py
    │   │   │   ├── loader.py
    │   │   │   ├── local_source.py
    │   │   │   └── typing.py
    │   │   └── model.py
    │   ├── rag
    │   │   ├── __init__.py
    │   │   └── typing.py
    │   ├── state
    │   │   ├── __init__.py
    │   │   ├── query_variable.py
    │   │   ├── session_variable.py
    │   │   └── session_variables.py
    │   └── ui
    │   │   ├── __init__.py
    │   │   ├── full_graph.py
    │   │   ├── questions_list.py
    │   │   ├── report_details.py
    │   │   ├── report_list.py
    │   │   ├── search.py
    │   │   └── sidebar.py
    ├── images
    │   ├── image-1.png
    │   ├── image-2.png
    │   ├── image-3.png
    │   └── image-4.png
    ├── pyproject.toml
    └── uv.lock
└── uv.lock


/.gitattributes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.gitattributes


--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/bug_report.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml


--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/config.yml:
--------------------------------------------------------------------------------
1 | blank_issues_enabled: true
2 | 


--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/feature_request.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/ISSUE_TEMPLATE/feature_request.yml


--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/general_issue.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/ISSUE_TEMPLATE/general_issue.yml


--------------------------------------------------------------------------------
/.github/dependabot.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/dependabot.yml


--------------------------------------------------------------------------------
/.github/pull_request_template.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/pull_request_template.md


--------------------------------------------------------------------------------
/.github/workflows/gh-pages.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/workflows/gh-pages.yml


--------------------------------------------------------------------------------
/.github/workflows/issues-autoresolve.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/workflows/issues-autoresolve.yml


--------------------------------------------------------------------------------
/.github/workflows/python-ci.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/workflows/python-ci.yml


--------------------------------------------------------------------------------
/.github/workflows/python-integration-tests.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/workflows/python-integration-tests.yml


--------------------------------------------------------------------------------
/.github/workflows/python-notebook-tests.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/workflows/python-notebook-tests.yml


--------------------------------------------------------------------------------
/.github/workflows/python-publish.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/workflows/python-publish.yml


--------------------------------------------------------------------------------
/.github/workflows/python-smoke-tests.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/workflows/python-smoke-tests.yml


--------------------------------------------------------------------------------
/.github/workflows/semver.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/workflows/semver.yml


--------------------------------------------------------------------------------
/.github/workflows/spellcheck.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.github/workflows/spellcheck.yml


--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.gitignore


--------------------------------------------------------------------------------
/.semversioner/0.1.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.1.0.json


--------------------------------------------------------------------------------
/.semversioner/0.2.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.2.0.json


--------------------------------------------------------------------------------
/.semversioner/0.2.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.2.1.json


--------------------------------------------------------------------------------
/.semversioner/0.2.2.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.2.2.json


--------------------------------------------------------------------------------
/.semversioner/0.3.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.3.0.json


--------------------------------------------------------------------------------
/.semversioner/0.3.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.3.1.json


--------------------------------------------------------------------------------
/.semversioner/0.3.2.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.3.2.json


--------------------------------------------------------------------------------
/.semversioner/0.3.3.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.3.3.json


--------------------------------------------------------------------------------
/.semversioner/0.3.4.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.3.4.json


--------------------------------------------------------------------------------
/.semversioner/0.3.5.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.3.5.json


--------------------------------------------------------------------------------
/.semversioner/0.3.6.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.3.6.json


--------------------------------------------------------------------------------
/.semversioner/0.4.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.4.0.json


--------------------------------------------------------------------------------
/.semversioner/0.4.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.4.1.json


--------------------------------------------------------------------------------
/.semversioner/0.5.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.5.0.json


--------------------------------------------------------------------------------
/.semversioner/0.9.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/0.9.0.json


--------------------------------------------------------------------------------
/.semversioner/1.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/1.0.0.json


--------------------------------------------------------------------------------
/.semversioner/1.0.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/1.0.1.json


--------------------------------------------------------------------------------
/.semversioner/1.1.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/1.1.0.json


--------------------------------------------------------------------------------
/.semversioner/1.1.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/1.1.1.json


--------------------------------------------------------------------------------
/.semversioner/1.1.2.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/1.1.2.json


--------------------------------------------------------------------------------
/.semversioner/1.2.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/1.2.0.json


--------------------------------------------------------------------------------
/.semversioner/2.0.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/2.0.0.json


--------------------------------------------------------------------------------
/.semversioner/2.1.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/2.1.0.json


--------------------------------------------------------------------------------
/.semversioner/2.2.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/2.2.0.json


--------------------------------------------------------------------------------
/.semversioner/2.2.1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/2.2.1.json


--------------------------------------------------------------------------------
/.semversioner/2.3.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/2.3.0.json


--------------------------------------------------------------------------------
/.semversioner/2.4.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/2.4.0.json


--------------------------------------------------------------------------------
/.semversioner/2.5.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/2.5.0.json


--------------------------------------------------------------------------------
/.semversioner/2.6.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/2.6.0.json


--------------------------------------------------------------------------------
/.semversioner/2.7.0.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.semversioner/2.7.0.json


--------------------------------------------------------------------------------
/.vscode/extensions.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.vscode/extensions.json


--------------------------------------------------------------------------------
/.vscode/launch.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.vscode/launch.json


--------------------------------------------------------------------------------
/.vscode/settings.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.vscode/settings.json


--------------------------------------------------------------------------------
/.vsts-ci.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/.vsts-ci.yml


--------------------------------------------------------------------------------
/CHANGELOG.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/CHANGELOG.md


--------------------------------------------------------------------------------
/CODEOWNERS:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/CODEOWNERS


--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/CODE_OF_CONDUCT.md


--------------------------------------------------------------------------------
/CONTRIBUTING.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/CONTRIBUTING.md


--------------------------------------------------------------------------------
/DEVELOPING.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/DEVELOPING.md


--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/LICENSE


--------------------------------------------------------------------------------
/RAI_TRANSPARENCY.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/RAI_TRANSPARENCY.md


--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/README.md


--------------------------------------------------------------------------------
/SECURITY.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/SECURITY.md


--------------------------------------------------------------------------------
/SUPPORT.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/SUPPORT.md


--------------------------------------------------------------------------------
/breaking-changes.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/breaking-changes.md


--------------------------------------------------------------------------------
/cspell.config.yaml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/cspell.config.yaml


--------------------------------------------------------------------------------
/dictionary.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/dictionary.txt


--------------------------------------------------------------------------------
/docs/blog_posts.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/blog_posts.md


--------------------------------------------------------------------------------
/docs/cli.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/cli.md


--------------------------------------------------------------------------------
/docs/config/env_vars.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/config/env_vars.md


--------------------------------------------------------------------------------
/docs/config/init.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/config/init.md


--------------------------------------------------------------------------------
/docs/config/models.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/config/models.md


--------------------------------------------------------------------------------
/docs/config/overview.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/config/overview.md


--------------------------------------------------------------------------------
/docs/config/yaml.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/config/yaml.md


--------------------------------------------------------------------------------
/docs/data/operation_dulce/ABOUT.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/data/operation_dulce/ABOUT.md


--------------------------------------------------------------------------------
/docs/data/operation_dulce/Operation Dulce v2 1 1.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/data/operation_dulce/Operation Dulce v2 1 1.md


--------------------------------------------------------------------------------
/docs/data/operation_dulce/dataset.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/data/operation_dulce/dataset.zip


--------------------------------------------------------------------------------
/docs/developing.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/developing.md


--------------------------------------------------------------------------------
/docs/examples_notebooks/api_overview.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/api_overview.ipynb


--------------------------------------------------------------------------------
/docs/examples_notebooks/custom_vector_store.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/custom_vector_store.ipynb


--------------------------------------------------------------------------------
/docs/examples_notebooks/drift_search.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/drift_search.ipynb


--------------------------------------------------------------------------------
/docs/examples_notebooks/global_search.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/global_search.ipynb


--------------------------------------------------------------------------------
/docs/examples_notebooks/global_search_with_dynamic_community_selection.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/global_search_with_dynamic_community_selection.ipynb


--------------------------------------------------------------------------------
/docs/examples_notebooks/index_migration_to_v1.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/index_migration_to_v1.ipynb


--------------------------------------------------------------------------------
/docs/examples_notebooks/index_migration_to_v2.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/index_migration_to_v2.ipynb


--------------------------------------------------------------------------------
/docs/examples_notebooks/input_documents.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/input_documents.ipynb


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/ABOUT.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/ABOUT.md


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/Operation Dulce v2 1 1.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/Operation Dulce v2 1 1.md


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/communities.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/communities.parquet


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/community_reports.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/community_reports.parquet


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/covariates.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/covariates.parquet


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/documents.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/documents.parquet


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/entities.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/entities.parquet


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_transactions/0-2fed1d8b-daac-41b0-a93a-e115cda75be3.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_transactions/0-2fed1d8b-daac-41b0-a93a-e115cda75be3.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_transactions/1-61dbb7c2-aec3-4796-b223-941fc7cc93cc.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_transactions/1-61dbb7c2-aec3-4796-b223-941fc7cc93cc.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_transactions/2-60012692-a153-48f9-8f4e-c479b44cbf3f.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_transactions/2-60012692-a153-48f9-8f4e-c479b44cbf3f.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_transactions/3-0d2dc9a1-094f-4220-83c7-6ad6f26fac2b.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_transactions/3-0d2dc9a1-094f-4220-83c7-6ad6f26fac2b.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_versions/1.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_versions/1.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_versions/2.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_versions/2.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_versions/3.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_versions/3.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_versions/4.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/_versions/4.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/data/1e7b2d94-ed06-4aa0-b22e-86a71d416bc6.lance:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/data/1e7b2d94-ed06-4aa0-b22e-86a71d416bc6.lance


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/data/1ed9f301-ce30-46a8-8c0b-9c2a60a3cf43.lance:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-community-full_content.lance/data/1ed9f301-ce30-46a8-8c0b-9c2a60a3cf43.lance


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_transactions/0-92c031e5-7558-451e-9d0f-f5514db9616d.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_transactions/0-92c031e5-7558-451e-9d0f-f5514db9616d.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_transactions/1-7b3cb8d8-3512-4584-a003-91838fed8911.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_transactions/1-7b3cb8d8-3512-4584-a003-91838fed8911.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_transactions/2-7de627d2-4c57-49e9-bf73-c17a9582ead4.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_transactions/2-7de627d2-4c57-49e9-bf73-c17a9582ead4.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_transactions/3-9ad29d69-9a69-43a8-8b26-252ea267958d.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_transactions/3-9ad29d69-9a69-43a8-8b26-252ea267958d.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_versions/1.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_versions/1.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_versions/2.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_versions/2.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_versions/3.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_versions/3.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_versions/4.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/_versions/4.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/data/a34575c4-5260-457f-bebe-3f40bc0e2ee3.lance:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/data/a34575c4-5260-457f-bebe-3f40bc0e2ee3.lance


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/data/eabd7580-86f5-4022-8aa7-fe0aff816d98.lance:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-entity-description.lance/data/eabd7580-86f5-4022-8aa7-fe0aff816d98.lance


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_transactions/0-fd0434ac-e5cd-4ddd-9dd5-e5048d4edb59.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_transactions/0-fd0434ac-e5cd-4ddd-9dd5-e5048d4edb59.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_transactions/1-14bb4b1d-cc00-420b-9b14-3626f0bd8c0b.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_transactions/1-14bb4b1d-cc00-420b-9b14-3626f0bd8c0b.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_transactions/2-8e74264c-f72d-44f5-a6f4-b3b61ae6a43b.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_transactions/2-8e74264c-f72d-44f5-a6f4-b3b61ae6a43b.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_transactions/3-7516fb71-9db3-4666-bdef-ea04c1eb9697.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_transactions/3-7516fb71-9db3-4666-bdef-ea04c1eb9697.txn


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_versions/1.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_versions/1.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_versions/2.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_versions/2.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_versions/3.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_versions/3.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_versions/4.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/_versions/4.manifest


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/data/2794bf5b-de3d-4202-ab16-e76bc27c8e6a.lance:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/data/2794bf5b-de3d-4202-ab16-e76bc27c8e6a.lance


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/data/2f74c8e8-3f35-4209-889c-a13cf0780eb3.lance:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/lancedb/default-text_unit-text.lance/data/2f74c8e8-3f35-4209-889c-a13cf0780eb3.lance


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/relationships.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/relationships.parquet


--------------------------------------------------------------------------------
/docs/examples_notebooks/inputs/operation dulce/text_units.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/inputs/operation dulce/text_units.parquet


--------------------------------------------------------------------------------
/docs/examples_notebooks/local_search.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/local_search.ipynb


--------------------------------------------------------------------------------
/docs/examples_notebooks/multi_index_search.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/examples_notebooks/multi_index_search.ipynb


--------------------------------------------------------------------------------
/docs/get_started.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/get_started.md


--------------------------------------------------------------------------------
/docs/img/GraphRag-Figure1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/img/GraphRag-Figure1.jpg


--------------------------------------------------------------------------------
/docs/img/auto-tune-diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/img/auto-tune-diagram.png


--------------------------------------------------------------------------------
/docs/img/drift-search-diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/img/drift-search-diagram.png


--------------------------------------------------------------------------------
/docs/img/pipeline-running.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/img/pipeline-running.png


--------------------------------------------------------------------------------
/docs/img/viz_guide/gephi-appearance-pane.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/img/viz_guide/gephi-appearance-pane.png


--------------------------------------------------------------------------------
/docs/img/viz_guide/gephi-initial-graph-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/img/viz_guide/gephi-initial-graph-example.png


--------------------------------------------------------------------------------
/docs/img/viz_guide/gephi-layout-forceatlas2-pane.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/img/viz_guide/gephi-layout-forceatlas2-pane.png


--------------------------------------------------------------------------------
/docs/img/viz_guide/gephi-layout-pane.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/img/viz_guide/gephi-layout-pane.png


--------------------------------------------------------------------------------
/docs/img/viz_guide/gephi-network-overview-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/img/viz_guide/gephi-network-overview-settings.png


--------------------------------------------------------------------------------
/docs/index.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/index.md


--------------------------------------------------------------------------------
/docs/index/architecture.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/index/architecture.md


--------------------------------------------------------------------------------
/docs/index/byog.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/index/byog.md


--------------------------------------------------------------------------------
/docs/index/default_dataflow.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/index/default_dataflow.md


--------------------------------------------------------------------------------
/docs/index/inputs.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/index/inputs.md


--------------------------------------------------------------------------------
/docs/index/methods.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/index/methods.md


--------------------------------------------------------------------------------
/docs/index/outputs.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/index/outputs.md


--------------------------------------------------------------------------------
/docs/index/overview.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/index/overview.md


--------------------------------------------------------------------------------
/docs/prompt_tuning/auto_prompt_tuning.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/prompt_tuning/auto_prompt_tuning.md


--------------------------------------------------------------------------------
/docs/prompt_tuning/manual_prompt_tuning.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/prompt_tuning/manual_prompt_tuning.md


--------------------------------------------------------------------------------
/docs/prompt_tuning/overview.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/prompt_tuning/overview.md


--------------------------------------------------------------------------------
/docs/query/drift_search.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/query/drift_search.md


--------------------------------------------------------------------------------
/docs/query/global_search.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/query/global_search.md


--------------------------------------------------------------------------------
/docs/query/local_search.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/query/local_search.md


--------------------------------------------------------------------------------
/docs/query/multi_index_search.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/query/multi_index_search.md


--------------------------------------------------------------------------------
/docs/query/notebooks/overview.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/query/notebooks/overview.md


--------------------------------------------------------------------------------
/docs/query/overview.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/query/overview.md


--------------------------------------------------------------------------------
/docs/query/question_generation.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/query/question_generation.md


--------------------------------------------------------------------------------
/docs/scripts/create_cookie_banner.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/scripts/create_cookie_banner.js


--------------------------------------------------------------------------------
/docs/stylesheets/extra.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/stylesheets/extra.css


--------------------------------------------------------------------------------
/docs/visualization_guide.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/docs/visualization_guide.md


--------------------------------------------------------------------------------
/examples_notebooks/community_contrib/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/examples_notebooks/community_contrib/README.md


--------------------------------------------------------------------------------
/examples_notebooks/community_contrib/neo4j/graphrag_import_neo4j_cypher.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/examples_notebooks/community_contrib/neo4j/graphrag_import_neo4j_cypher.ipynb


--------------------------------------------------------------------------------
/examples_notebooks/community_contrib/yfiles-jupyter-graphs/graph-visualization.ipynb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/examples_notebooks/community_contrib/yfiles-jupyter-graphs/graph-visualization.ipynb


--------------------------------------------------------------------------------
/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/_latest.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/_latest.manifest


--------------------------------------------------------------------------------
/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/_transactions/0-498c6e24-dd0a-42b9-8f7e-5e3d2ab258b0.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/_transactions/0-498c6e24-dd0a-42b9-8f7e-5e3d2ab258b0.txn


--------------------------------------------------------------------------------
/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/_transactions/1-bf5aa024-a229-461f-8d78-699841a302fe.txn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/_transactions/1-bf5aa024-a229-461f-8d78-699841a302fe.txn


--------------------------------------------------------------------------------
/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/_versions/1.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/_versions/1.manifest


--------------------------------------------------------------------------------
/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/_versions/2.manifest:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/_versions/2.manifest


--------------------------------------------------------------------------------
/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/data/fe64774f-5412-4c9c-8dea-f6ed55c81119.lance:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/examples_notebooks/inputs/operation dulce/lancedb/entity_description_embeddings.lance/data/fe64774f-5412-4c9c-8dea-f6ed55c81119.lance


--------------------------------------------------------------------------------
/graphrag/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/__init__.py


--------------------------------------------------------------------------------
/graphrag/__main__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/__main__.py


--------------------------------------------------------------------------------
/graphrag/api/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/api/__init__.py


--------------------------------------------------------------------------------
/graphrag/api/index.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/api/index.py


--------------------------------------------------------------------------------
/graphrag/api/prompt_tune.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/api/prompt_tune.py


--------------------------------------------------------------------------------
/graphrag/api/query.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/api/query.py


--------------------------------------------------------------------------------
/graphrag/cache/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cache/__init__.py


--------------------------------------------------------------------------------
/graphrag/cache/factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cache/factory.py


--------------------------------------------------------------------------------
/graphrag/cache/json_pipeline_cache.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cache/json_pipeline_cache.py


--------------------------------------------------------------------------------
/graphrag/cache/memory_pipeline_cache.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cache/memory_pipeline_cache.py


--------------------------------------------------------------------------------
/graphrag/cache/noop_pipeline_cache.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cache/noop_pipeline_cache.py


--------------------------------------------------------------------------------
/graphrag/cache/pipeline_cache.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cache/pipeline_cache.py


--------------------------------------------------------------------------------
/graphrag/callbacks/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/callbacks/__init__.py


--------------------------------------------------------------------------------
/graphrag/callbacks/console_workflow_callbacks.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/callbacks/console_workflow_callbacks.py


--------------------------------------------------------------------------------
/graphrag/callbacks/llm_callbacks.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/callbacks/llm_callbacks.py


--------------------------------------------------------------------------------
/graphrag/callbacks/noop_query_callbacks.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/callbacks/noop_query_callbacks.py


--------------------------------------------------------------------------------
/graphrag/callbacks/noop_workflow_callbacks.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/callbacks/noop_workflow_callbacks.py


--------------------------------------------------------------------------------
/graphrag/callbacks/query_callbacks.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/callbacks/query_callbacks.py


--------------------------------------------------------------------------------
/graphrag/callbacks/workflow_callbacks.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/callbacks/workflow_callbacks.py


--------------------------------------------------------------------------------
/graphrag/callbacks/workflow_callbacks_manager.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/callbacks/workflow_callbacks_manager.py


--------------------------------------------------------------------------------
/graphrag/cli/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cli/__init__.py


--------------------------------------------------------------------------------
/graphrag/cli/index.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cli/index.py


--------------------------------------------------------------------------------
/graphrag/cli/initialize.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cli/initialize.py


--------------------------------------------------------------------------------
/graphrag/cli/main.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cli/main.py


--------------------------------------------------------------------------------
/graphrag/cli/prompt_tune.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cli/prompt_tune.py


--------------------------------------------------------------------------------
/graphrag/cli/query.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/cli/query.py


--------------------------------------------------------------------------------
/graphrag/config/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/__init__.py


--------------------------------------------------------------------------------
/graphrag/config/create_graphrag_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/create_graphrag_config.py


--------------------------------------------------------------------------------
/graphrag/config/defaults.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/defaults.py


--------------------------------------------------------------------------------
/graphrag/config/embeddings.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/embeddings.py


--------------------------------------------------------------------------------
/graphrag/config/enums.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/enums.py


--------------------------------------------------------------------------------
/graphrag/config/environment_reader.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/environment_reader.py


--------------------------------------------------------------------------------
/graphrag/config/errors.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/errors.py


--------------------------------------------------------------------------------
/graphrag/config/get_embedding_settings.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/get_embedding_settings.py


--------------------------------------------------------------------------------
/graphrag/config/init_content.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/init_content.py


--------------------------------------------------------------------------------
/graphrag/config/load_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/load_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/__init__.py


--------------------------------------------------------------------------------
/graphrag/config/models/basic_search_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/basic_search_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/cache_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/cache_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/chunking_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/chunking_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/cluster_graph_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/cluster_graph_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/community_reports_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/community_reports_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/drift_search_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/drift_search_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/embed_graph_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/embed_graph_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/extract_claims_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/extract_claims_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/extract_graph_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/extract_graph_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/extract_graph_nlp_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/extract_graph_nlp_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/global_search_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/global_search_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/graph_rag_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/graph_rag_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/input_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/input_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/language_model_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/language_model_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/local_search_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/local_search_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/prune_graph_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/prune_graph_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/reporting_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/reporting_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/snapshots_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/snapshots_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/storage_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/storage_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/summarize_descriptions_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/summarize_descriptions_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/text_embedding_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/text_embedding_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/umap_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/umap_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/vector_store_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/vector_store_config.py


--------------------------------------------------------------------------------
/graphrag/config/models/vector_store_schema_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/models/vector_store_schema_config.py


--------------------------------------------------------------------------------
/graphrag/config/read_dotenv.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/config/read_dotenv.py


--------------------------------------------------------------------------------
/graphrag/data_model/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/__init__.py


--------------------------------------------------------------------------------
/graphrag/data_model/community.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/community.py


--------------------------------------------------------------------------------
/graphrag/data_model/community_report.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/community_report.py


--------------------------------------------------------------------------------
/graphrag/data_model/covariate.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/covariate.py


--------------------------------------------------------------------------------
/graphrag/data_model/document.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/document.py


--------------------------------------------------------------------------------
/graphrag/data_model/entity.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/entity.py


--------------------------------------------------------------------------------
/graphrag/data_model/identified.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/identified.py


--------------------------------------------------------------------------------
/graphrag/data_model/named.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/named.py


--------------------------------------------------------------------------------
/graphrag/data_model/relationship.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/relationship.py


--------------------------------------------------------------------------------
/graphrag/data_model/schemas.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/schemas.py


--------------------------------------------------------------------------------
/graphrag/data_model/text_unit.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/text_unit.py


--------------------------------------------------------------------------------
/graphrag/data_model/types.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/data_model/types.py


--------------------------------------------------------------------------------
/graphrag/factory/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/factory/__init__.py


--------------------------------------------------------------------------------
/graphrag/factory/factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/factory/factory.py


--------------------------------------------------------------------------------
/graphrag/index/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/input/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/input/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/input/csv.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/input/csv.py


--------------------------------------------------------------------------------
/graphrag/index/input/factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/input/factory.py


--------------------------------------------------------------------------------
/graphrag/index/input/json.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/input/json.py


--------------------------------------------------------------------------------
/graphrag/index/input/text.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/input/text.py


--------------------------------------------------------------------------------
/graphrag/index/input/util.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/input/util.py


--------------------------------------------------------------------------------
/graphrag/index/operations/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/build_noun_graph/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/build_noun_graph/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/build_noun_graph/build_noun_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/build_noun_graph/build_noun_graph.py


--------------------------------------------------------------------------------
/graphrag/index/operations/build_noun_graph/np_extractors/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/build_noun_graph/np_extractors/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/build_noun_graph/np_extractors/base.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/build_noun_graph/np_extractors/base.py


--------------------------------------------------------------------------------
/graphrag/index/operations/build_noun_graph/np_extractors/cfg_extractor.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/build_noun_graph/np_extractors/cfg_extractor.py


--------------------------------------------------------------------------------
/graphrag/index/operations/build_noun_graph/np_extractors/factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/build_noun_graph/np_extractors/factory.py


--------------------------------------------------------------------------------
/graphrag/index/operations/build_noun_graph/np_extractors/np_validator.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/build_noun_graph/np_extractors/np_validator.py


--------------------------------------------------------------------------------
/graphrag/index/operations/build_noun_graph/np_extractors/regex_extractor.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/build_noun_graph/np_extractors/regex_extractor.py


--------------------------------------------------------------------------------
/graphrag/index/operations/build_noun_graph/np_extractors/resource_loader.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/build_noun_graph/np_extractors/resource_loader.py


--------------------------------------------------------------------------------
/graphrag/index/operations/build_noun_graph/np_extractors/stop_words.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/build_noun_graph/np_extractors/stop_words.py


--------------------------------------------------------------------------------
/graphrag/index/operations/build_noun_graph/np_extractors/syntactic_parsing_extractor.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/build_noun_graph/np_extractors/syntactic_parsing_extractor.py


--------------------------------------------------------------------------------
/graphrag/index/operations/chunk_text/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/chunk_text/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/chunk_text/bootstrap.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/chunk_text/bootstrap.py


--------------------------------------------------------------------------------
/graphrag/index/operations/chunk_text/chunk_text.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/chunk_text/chunk_text.py


--------------------------------------------------------------------------------
/graphrag/index/operations/chunk_text/strategies.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/chunk_text/strategies.py


--------------------------------------------------------------------------------
/graphrag/index/operations/chunk_text/typing.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/chunk_text/typing.py


--------------------------------------------------------------------------------
/graphrag/index/operations/cluster_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/cluster_graph.py


--------------------------------------------------------------------------------
/graphrag/index/operations/compute_degree.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/compute_degree.py


--------------------------------------------------------------------------------
/graphrag/index/operations/compute_edge_combined_degree.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/compute_edge_combined_degree.py


--------------------------------------------------------------------------------
/graphrag/index/operations/create_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/create_graph.py


--------------------------------------------------------------------------------
/graphrag/index/operations/embed_graph/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/embed_graph/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/embed_graph/embed_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/embed_graph/embed_graph.py


--------------------------------------------------------------------------------
/graphrag/index/operations/embed_graph/embed_node2vec.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/embed_graph/embed_node2vec.py


--------------------------------------------------------------------------------
/graphrag/index/operations/embed_graph/typing.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/embed_graph/typing.py


--------------------------------------------------------------------------------
/graphrag/index/operations/embed_text/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/embed_text/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/embed_text/embed_text.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/embed_text/embed_text.py


--------------------------------------------------------------------------------
/graphrag/index/operations/embed_text/strategies/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/embed_text/strategies/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/embed_text/strategies/mock.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/embed_text/strategies/mock.py


--------------------------------------------------------------------------------
/graphrag/index/operations/embed_text/strategies/openai.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/embed_text/strategies/openai.py


--------------------------------------------------------------------------------
/graphrag/index/operations/embed_text/strategies/typing.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/embed_text/strategies/typing.py


--------------------------------------------------------------------------------
/graphrag/index/operations/extract_covariates/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/extract_covariates/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/extract_covariates/claim_extractor.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/extract_covariates/claim_extractor.py


--------------------------------------------------------------------------------
/graphrag/index/operations/extract_covariates/extract_covariates.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/extract_covariates/extract_covariates.py


--------------------------------------------------------------------------------
/graphrag/index/operations/extract_covariates/typing.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/extract_covariates/typing.py


--------------------------------------------------------------------------------
/graphrag/index/operations/extract_graph/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/extract_graph/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/extract_graph/extract_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/extract_graph/extract_graph.py


--------------------------------------------------------------------------------
/graphrag/index/operations/extract_graph/graph_extractor.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/extract_graph/graph_extractor.py


--------------------------------------------------------------------------------
/graphrag/index/operations/extract_graph/graph_intelligence_strategy.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/extract_graph/graph_intelligence_strategy.py


--------------------------------------------------------------------------------
/graphrag/index/operations/extract_graph/typing.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/extract_graph/typing.py


--------------------------------------------------------------------------------
/graphrag/index/operations/finalize_community_reports.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/finalize_community_reports.py


--------------------------------------------------------------------------------
/graphrag/index/operations/finalize_entities.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/finalize_entities.py


--------------------------------------------------------------------------------
/graphrag/index/operations/finalize_relationships.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/finalize_relationships.py


--------------------------------------------------------------------------------
/graphrag/index/operations/graph_to_dataframes.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/graph_to_dataframes.py


--------------------------------------------------------------------------------
/graphrag/index/operations/layout_graph/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/layout_graph/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/layout_graph/layout_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/layout_graph/layout_graph.py


--------------------------------------------------------------------------------
/graphrag/index/operations/layout_graph/typing.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/layout_graph/typing.py


--------------------------------------------------------------------------------
/graphrag/index/operations/layout_graph/umap.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/layout_graph/umap.py


--------------------------------------------------------------------------------
/graphrag/index/operations/layout_graph/zero.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/layout_graph/zero.py


--------------------------------------------------------------------------------
/graphrag/index/operations/prune_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/prune_graph.py


--------------------------------------------------------------------------------
/graphrag/index/operations/snapshot_graphml.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/snapshot_graphml.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/build_mixed_context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/build_mixed_context.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/community_reports_extractor.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/community_reports_extractor.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/explode_communities.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/explode_communities.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/graph_context/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/graph_context/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/graph_context/context_builder.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/graph_context/context_builder.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/graph_context/sort_context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/graph_context/sort_context.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/strategies.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/strategies.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/summarize_communities.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/summarize_communities.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/text_unit_context/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/text_unit_context/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/text_unit_context/context_builder.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/text_unit_context/context_builder.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/text_unit_context/prep_text_units.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/text_unit_context/prep_text_units.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/text_unit_context/sort_context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/text_unit_context/sort_context.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/typing.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/typing.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_communities/utils.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_communities/utils.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_descriptions/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_descriptions/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_descriptions/description_summary_extractor.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_descriptions/description_summary_extractor.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_descriptions/graph_intelligence_strategy.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_descriptions/graph_intelligence_strategy.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_descriptions/summarize_descriptions.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_descriptions/summarize_descriptions.py


--------------------------------------------------------------------------------
/graphrag/index/operations/summarize_descriptions/typing.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/operations/summarize_descriptions/typing.py


--------------------------------------------------------------------------------
/graphrag/index/run/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/run/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/run/run_pipeline.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/run/run_pipeline.py


--------------------------------------------------------------------------------
/graphrag/index/run/utils.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/run/utils.py


--------------------------------------------------------------------------------
/graphrag/index/text_splitting/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/text_splitting/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/text_splitting/check_token_limit.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/text_splitting/check_token_limit.py


--------------------------------------------------------------------------------
/graphrag/index/text_splitting/text_splitting.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/text_splitting/text_splitting.py


--------------------------------------------------------------------------------
/graphrag/index/typing/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/typing/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/typing/context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/typing/context.py


--------------------------------------------------------------------------------
/graphrag/index/typing/error_handler.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/typing/error_handler.py


--------------------------------------------------------------------------------
/graphrag/index/typing/pipeline.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/typing/pipeline.py


--------------------------------------------------------------------------------
/graphrag/index/typing/pipeline_run_result.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/typing/pipeline_run_result.py


--------------------------------------------------------------------------------
/graphrag/index/typing/state.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/typing/state.py


--------------------------------------------------------------------------------
/graphrag/index/typing/stats.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/typing/stats.py


--------------------------------------------------------------------------------
/graphrag/index/typing/workflow.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/typing/workflow.py


--------------------------------------------------------------------------------
/graphrag/index/update/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/update/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/update/communities.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/update/communities.py


--------------------------------------------------------------------------------
/graphrag/index/update/entities.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/update/entities.py


--------------------------------------------------------------------------------
/graphrag/index/update/incremental_index.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/update/incremental_index.py


--------------------------------------------------------------------------------
/graphrag/index/update/relationships.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/update/relationships.py


--------------------------------------------------------------------------------
/graphrag/index/utils/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/utils/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/utils/dataframes.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/utils/dataframes.py


--------------------------------------------------------------------------------
/graphrag/index/utils/derive_from_rows.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/utils/derive_from_rows.py


--------------------------------------------------------------------------------
/graphrag/index/utils/dicts.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/utils/dicts.py


--------------------------------------------------------------------------------
/graphrag/index/utils/graphs.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/utils/graphs.py


--------------------------------------------------------------------------------
/graphrag/index/utils/hashing.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/utils/hashing.py


--------------------------------------------------------------------------------
/graphrag/index/utils/is_null.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/utils/is_null.py


--------------------------------------------------------------------------------
/graphrag/index/utils/stable_lcc.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/utils/stable_lcc.py


--------------------------------------------------------------------------------
/graphrag/index/utils/string.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/utils/string.py


--------------------------------------------------------------------------------
/graphrag/index/utils/uuid.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/utils/uuid.py


--------------------------------------------------------------------------------
/graphrag/index/validate_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/validate_config.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/__init__.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/create_base_text_units.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/create_base_text_units.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/create_communities.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/create_communities.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/create_community_reports.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/create_community_reports.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/create_community_reports_text.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/create_community_reports_text.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/create_final_documents.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/create_final_documents.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/create_final_text_units.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/create_final_text_units.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/extract_covariates.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/extract_covariates.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/extract_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/extract_graph.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/extract_graph_nlp.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/extract_graph_nlp.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/factory.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/finalize_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/finalize_graph.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/generate_text_embeddings.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/generate_text_embeddings.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/load_input_documents.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/load_input_documents.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/load_update_documents.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/load_update_documents.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/prune_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/prune_graph.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/update_clean_state.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/update_clean_state.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/update_communities.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/update_communities.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/update_community_reports.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/update_community_reports.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/update_covariates.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/update_covariates.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/update_entities_relationships.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/update_entities_relationships.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/update_final_documents.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/update_final_documents.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/update_text_embeddings.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/update_text_embeddings.py


--------------------------------------------------------------------------------
/graphrag/index/workflows/update_text_units.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/index/workflows/update_text_units.py


--------------------------------------------------------------------------------
/graphrag/language_model/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/cache/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/cache/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/cache/base.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/cache/base.py


--------------------------------------------------------------------------------
/graphrag/language_model/events/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/events/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/events/base.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/events/base.py


--------------------------------------------------------------------------------
/graphrag/language_model/factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/factory.py


--------------------------------------------------------------------------------
/graphrag/language_model/manager.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/manager.py


--------------------------------------------------------------------------------
/graphrag/language_model/protocol/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/protocol/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/protocol/base.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/protocol/base.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/fnllm/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/fnllm/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/fnllm/cache.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/fnllm/cache.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/fnllm/events.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/fnllm/events.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/fnllm/models.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/fnllm/models.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/fnllm/utils.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/fnllm/utils.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/chat_model.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/chat_model.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/embedding_model.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/embedding_model.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/get_cache_key.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/get_cache_key.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/request_wrappers/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/request_wrappers/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/request_wrappers/with_cache.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/request_wrappers/with_cache.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/request_wrappers/with_logging.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/request_wrappers/with_logging.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/request_wrappers/with_rate_limiter.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/request_wrappers/with_rate_limiter.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/request_wrappers/with_retries.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/request_wrappers/with_retries.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/rate_limiter/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/rate_limiter/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/rate_limiter/rate_limiter.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/rate_limiter/rate_limiter.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/rate_limiter/rate_limiter_factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/rate_limiter/rate_limiter_factory.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/rate_limiter/static_rate_limiter.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/rate_limiter/static_rate_limiter.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/retry/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/retry/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/retry/exponential_retry.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/retry/exponential_retry.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/retry/incremental_wait_retry.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/retry/incremental_wait_retry.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/retry/native_wait_retry.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/retry/native_wait_retry.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/retry/random_wait_retry.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/retry/random_wait_retry.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/retry/retry.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/retry/retry.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/services/retry/retry_factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/services/retry/retry_factory.py


--------------------------------------------------------------------------------
/graphrag/language_model/providers/litellm/types.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/providers/litellm/types.py


--------------------------------------------------------------------------------
/graphrag/language_model/response/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/response/__init__.py


--------------------------------------------------------------------------------
/graphrag/language_model/response/base.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/response/base.py


--------------------------------------------------------------------------------
/graphrag/language_model/response/base.pyi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/language_model/response/base.pyi


--------------------------------------------------------------------------------
/graphrag/logger/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/logger/__init__.py


--------------------------------------------------------------------------------
/graphrag/logger/blob_workflow_logger.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/logger/blob_workflow_logger.py


--------------------------------------------------------------------------------
/graphrag/logger/factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/logger/factory.py


--------------------------------------------------------------------------------
/graphrag/logger/progress.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/logger/progress.py


--------------------------------------------------------------------------------
/graphrag/logger/standard_logging.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/logger/standard_logging.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/__init__.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/defaults.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/defaults.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/generator/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/generator/__init__.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/generator/community_report_rating.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/generator/community_report_rating.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/generator/community_report_summarization.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/generator/community_report_summarization.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/generator/community_reporter_role.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/generator/community_reporter_role.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/generator/domain.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/generator/domain.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/generator/entity_relationship.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/generator/entity_relationship.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/generator/entity_summarization_prompt.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/generator/entity_summarization_prompt.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/generator/entity_types.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/generator/entity_types.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/generator/extract_graph_prompt.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/generator/extract_graph_prompt.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/generator/language.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/generator/language.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/generator/persona.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/generator/persona.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/loader/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/loader/__init__.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/loader/input.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/loader/input.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/prompt/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/prompt/__init__.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/prompt/community_report_rating.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/prompt/community_report_rating.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/prompt/community_reporter_role.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/prompt/community_reporter_role.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/prompt/domain.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/prompt/domain.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/prompt/entity_relationship.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/prompt/entity_relationship.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/prompt/entity_types.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/prompt/entity_types.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/prompt/language.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/prompt/language.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/prompt/persona.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/prompt/persona.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/template/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/template/__init__.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/template/community_report_summarization.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/template/community_report_summarization.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/template/entity_summarization.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/template/entity_summarization.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/template/extract_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/template/extract_graph.py


--------------------------------------------------------------------------------
/graphrag/prompt_tune/types.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompt_tune/types.py


--------------------------------------------------------------------------------
/graphrag/prompts/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/__init__.py


--------------------------------------------------------------------------------
/graphrag/prompts/index/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/index/__init__.py


--------------------------------------------------------------------------------
/graphrag/prompts/index/community_report.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/index/community_report.py


--------------------------------------------------------------------------------
/graphrag/prompts/index/community_report_text_units.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/index/community_report_text_units.py


--------------------------------------------------------------------------------
/graphrag/prompts/index/extract_claims.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/index/extract_claims.py


--------------------------------------------------------------------------------
/graphrag/prompts/index/extract_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/index/extract_graph.py


--------------------------------------------------------------------------------
/graphrag/prompts/index/summarize_descriptions.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/index/summarize_descriptions.py


--------------------------------------------------------------------------------
/graphrag/prompts/query/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/query/__init__.py


--------------------------------------------------------------------------------
/graphrag/prompts/query/basic_search_system_prompt.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/query/basic_search_system_prompt.py


--------------------------------------------------------------------------------
/graphrag/prompts/query/drift_search_system_prompt.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/query/drift_search_system_prompt.py


--------------------------------------------------------------------------------
/graphrag/prompts/query/global_search_knowledge_system_prompt.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/query/global_search_knowledge_system_prompt.py


--------------------------------------------------------------------------------
/graphrag/prompts/query/global_search_map_system_prompt.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/query/global_search_map_system_prompt.py


--------------------------------------------------------------------------------
/graphrag/prompts/query/global_search_reduce_system_prompt.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/query/global_search_reduce_system_prompt.py


--------------------------------------------------------------------------------
/graphrag/prompts/query/local_search_system_prompt.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/query/local_search_system_prompt.py


--------------------------------------------------------------------------------
/graphrag/prompts/query/question_gen_system_prompt.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/prompts/query/question_gen_system_prompt.py


--------------------------------------------------------------------------------
/graphrag/py.typed:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/py.typed


--------------------------------------------------------------------------------
/graphrag/query/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/context_builder/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/context_builder/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/context_builder/builders.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/context_builder/builders.py


--------------------------------------------------------------------------------
/graphrag/query/context_builder/community_context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/context_builder/community_context.py


--------------------------------------------------------------------------------
/graphrag/query/context_builder/conversation_history.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/context_builder/conversation_history.py


--------------------------------------------------------------------------------
/graphrag/query/context_builder/dynamic_community_selection.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/context_builder/dynamic_community_selection.py


--------------------------------------------------------------------------------
/graphrag/query/context_builder/entity_extraction.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/context_builder/entity_extraction.py


--------------------------------------------------------------------------------
/graphrag/query/context_builder/local_context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/context_builder/local_context.py


--------------------------------------------------------------------------------
/graphrag/query/context_builder/rate_prompt.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/context_builder/rate_prompt.py


--------------------------------------------------------------------------------
/graphrag/query/context_builder/rate_relevancy.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/context_builder/rate_relevancy.py


--------------------------------------------------------------------------------
/graphrag/query/context_builder/source_context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/context_builder/source_context.py


--------------------------------------------------------------------------------
/graphrag/query/factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/factory.py


--------------------------------------------------------------------------------
/graphrag/query/indexer_adapters.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/indexer_adapters.py


--------------------------------------------------------------------------------
/graphrag/query/input/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/input/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/input/loaders/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/input/loaders/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/input/loaders/dfs.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/input/loaders/dfs.py


--------------------------------------------------------------------------------
/graphrag/query/input/loaders/utils.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/input/loaders/utils.py


--------------------------------------------------------------------------------
/graphrag/query/input/retrieval/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/input/retrieval/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/input/retrieval/community_reports.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/input/retrieval/community_reports.py


--------------------------------------------------------------------------------
/graphrag/query/input/retrieval/covariates.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/input/retrieval/covariates.py


--------------------------------------------------------------------------------
/graphrag/query/input/retrieval/entities.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/input/retrieval/entities.py


--------------------------------------------------------------------------------
/graphrag/query/input/retrieval/relationships.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/input/retrieval/relationships.py


--------------------------------------------------------------------------------
/graphrag/query/input/retrieval/text_units.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/input/retrieval/text_units.py


--------------------------------------------------------------------------------
/graphrag/query/llm/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/llm/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/llm/text_utils.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/llm/text_utils.py


--------------------------------------------------------------------------------
/graphrag/query/question_gen/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/question_gen/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/question_gen/base.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/question_gen/base.py


--------------------------------------------------------------------------------
/graphrag/query/question_gen/local_gen.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/question_gen/local_gen.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/base.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/base.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/basic_search/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/basic_search/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/basic_search/basic_context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/basic_search/basic_context.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/basic_search/search.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/basic_search/search.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/drift_search/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/drift_search/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/drift_search/action.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/drift_search/action.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/drift_search/drift_context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/drift_search/drift_context.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/drift_search/primer.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/drift_search/primer.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/drift_search/search.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/drift_search/search.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/drift_search/state.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/drift_search/state.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/global_search/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/global_search/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/global_search/community_context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/global_search/community_context.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/global_search/search.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/global_search/search.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/local_search/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/local_search/__init__.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/local_search/mixed_context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/local_search/mixed_context.py


--------------------------------------------------------------------------------
/graphrag/query/structured_search/local_search/search.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/query/structured_search/local_search/search.py


--------------------------------------------------------------------------------
/graphrag/storage/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/storage/__init__.py


--------------------------------------------------------------------------------
/graphrag/storage/blob_pipeline_storage.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/storage/blob_pipeline_storage.py


--------------------------------------------------------------------------------
/graphrag/storage/cosmosdb_pipeline_storage.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/storage/cosmosdb_pipeline_storage.py


--------------------------------------------------------------------------------
/graphrag/storage/factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/storage/factory.py


--------------------------------------------------------------------------------
/graphrag/storage/file_pipeline_storage.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/storage/file_pipeline_storage.py


--------------------------------------------------------------------------------
/graphrag/storage/memory_pipeline_storage.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/storage/memory_pipeline_storage.py


--------------------------------------------------------------------------------
/graphrag/storage/pipeline_storage.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/storage/pipeline_storage.py


--------------------------------------------------------------------------------
/graphrag/tokenizer/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/tokenizer/__init__.py


--------------------------------------------------------------------------------
/graphrag/tokenizer/get_tokenizer.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/tokenizer/get_tokenizer.py


--------------------------------------------------------------------------------
/graphrag/tokenizer/litellm_tokenizer.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/tokenizer/litellm_tokenizer.py


--------------------------------------------------------------------------------
/graphrag/tokenizer/tiktoken_tokenizer.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/tokenizer/tiktoken_tokenizer.py


--------------------------------------------------------------------------------
/graphrag/tokenizer/tokenizer.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/tokenizer/tokenizer.py


--------------------------------------------------------------------------------
/graphrag/utils/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/utils/__init__.py


--------------------------------------------------------------------------------
/graphrag/utils/api.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/utils/api.py


--------------------------------------------------------------------------------
/graphrag/utils/cli.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/utils/cli.py


--------------------------------------------------------------------------------
/graphrag/utils/storage.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/utils/storage.py


--------------------------------------------------------------------------------
/graphrag/vector_stores/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/vector_stores/__init__.py


--------------------------------------------------------------------------------
/graphrag/vector_stores/azure_ai_search.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/vector_stores/azure_ai_search.py


--------------------------------------------------------------------------------
/graphrag/vector_stores/base.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/vector_stores/base.py


--------------------------------------------------------------------------------
/graphrag/vector_stores/cosmosdb.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/vector_stores/cosmosdb.py


--------------------------------------------------------------------------------
/graphrag/vector_stores/factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/vector_stores/factory.py


--------------------------------------------------------------------------------
/graphrag/vector_stores/lancedb.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/graphrag/vector_stores/lancedb.py


--------------------------------------------------------------------------------
/mkdocs.yaml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/mkdocs.yaml


--------------------------------------------------------------------------------
/pyproject.toml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/pyproject.toml


--------------------------------------------------------------------------------
/scripts/semver-check.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/scripts/semver-check.sh


--------------------------------------------------------------------------------
/scripts/spellcheck.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/scripts/spellcheck.sh


--------------------------------------------------------------------------------
/scripts/start-azurite.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/scripts/start-azurite.sh


--------------------------------------------------------------------------------
/tests/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/__init__.py


--------------------------------------------------------------------------------
/tests/conftest.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/conftest.py


--------------------------------------------------------------------------------
/tests/fixtures/azure/config.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/azure/config.json


--------------------------------------------------------------------------------
/tests/fixtures/azure/input/ABOUT.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/azure/input/ABOUT.md


--------------------------------------------------------------------------------
/tests/fixtures/azure/input/dulce.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/azure/input/dulce.txt


--------------------------------------------------------------------------------
/tests/fixtures/azure/settings.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/azure/settings.yml


--------------------------------------------------------------------------------
/tests/fixtures/min-csv/config.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/min-csv/config.json


--------------------------------------------------------------------------------
/tests/fixtures/min-csv/input/ABOUT.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/min-csv/input/ABOUT.md


--------------------------------------------------------------------------------
/tests/fixtures/min-csv/input/dulce.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/min-csv/input/dulce.csv


--------------------------------------------------------------------------------
/tests/fixtures/min-csv/settings.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/min-csv/settings.yml


--------------------------------------------------------------------------------
/tests/fixtures/text/config.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/text/config.json


--------------------------------------------------------------------------------
/tests/fixtures/text/input/ABOUT.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/text/input/ABOUT.md


--------------------------------------------------------------------------------
/tests/fixtures/text/input/dulce.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/text/input/dulce.txt


--------------------------------------------------------------------------------
/tests/fixtures/text/prompts/community_report.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/text/prompts/community_report.txt


--------------------------------------------------------------------------------
/tests/fixtures/text/settings.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/fixtures/text/settings.yml


--------------------------------------------------------------------------------
/tests/integration/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/__init__.py


--------------------------------------------------------------------------------
/tests/integration/cache/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/cache/__init__.py


--------------------------------------------------------------------------------
/tests/integration/cache/test_factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/cache/test_factory.py


--------------------------------------------------------------------------------
/tests/integration/language_model/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/language_model/__init__.py


--------------------------------------------------------------------------------
/tests/integration/language_model/test_factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/language_model/test_factory.py


--------------------------------------------------------------------------------
/tests/integration/logging/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/logging/__init__.py


--------------------------------------------------------------------------------
/tests/integration/logging/test_factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/logging/test_factory.py


--------------------------------------------------------------------------------
/tests/integration/logging/test_standard_logging.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/logging/test_standard_logging.py


--------------------------------------------------------------------------------
/tests/integration/storage/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/storage/__init__.py


--------------------------------------------------------------------------------
/tests/integration/storage/test_blob_pipeline_storage.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/storage/test_blob_pipeline_storage.py


--------------------------------------------------------------------------------
/tests/integration/storage/test_cosmosdb_storage.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/storage/test_cosmosdb_storage.py


--------------------------------------------------------------------------------
/tests/integration/storage/test_factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/storage/test_factory.py


--------------------------------------------------------------------------------
/tests/integration/storage/test_file_pipeline_storage.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/storage/test_file_pipeline_storage.py


--------------------------------------------------------------------------------
/tests/integration/vector_stores/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/vector_stores/__init__.py


--------------------------------------------------------------------------------
/tests/integration/vector_stores/test_azure_ai_search.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/vector_stores/test_azure_ai_search.py


--------------------------------------------------------------------------------
/tests/integration/vector_stores/test_cosmosdb.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/vector_stores/test_cosmosdb.py


--------------------------------------------------------------------------------
/tests/integration/vector_stores/test_factory.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/vector_stores/test_factory.py


--------------------------------------------------------------------------------
/tests/integration/vector_stores/test_lancedb.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/integration/vector_stores/test_lancedb.py


--------------------------------------------------------------------------------
/tests/mock_provider.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/mock_provider.py


--------------------------------------------------------------------------------
/tests/notebook/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/notebook/__init__.py


--------------------------------------------------------------------------------
/tests/notebook/test_notebooks.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/notebook/test_notebooks.py


--------------------------------------------------------------------------------
/tests/smoke/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/smoke/__init__.py


--------------------------------------------------------------------------------
/tests/smoke/test_fixtures.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/smoke/test_fixtures.py


--------------------------------------------------------------------------------
/tests/unit/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/__init__.py


--------------------------------------------------------------------------------
/tests/unit/config/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/config/__init__.py


--------------------------------------------------------------------------------
/tests/unit/config/fixtures/minimal_config/settings.yaml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/config/fixtures/minimal_config/settings.yaml


--------------------------------------------------------------------------------
/tests/unit/config/fixtures/minimal_config_missing_env_var/settings.yaml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/config/fixtures/minimal_config_missing_env_var/settings.yaml


--------------------------------------------------------------------------------
/tests/unit/config/fixtures/timestamp_dirs/20240812-120000/empty.txt:
--------------------------------------------------------------------------------
1 | 


--------------------------------------------------------------------------------
/tests/unit/config/prompt-a.txt:
--------------------------------------------------------------------------------
1 | Hello, World! A


--------------------------------------------------------------------------------
/tests/unit/config/prompt-b.txt:
--------------------------------------------------------------------------------
1 | Hello, World! B


--------------------------------------------------------------------------------
/tests/unit/config/prompt-c.txt:
--------------------------------------------------------------------------------
1 | Hello, World! C


--------------------------------------------------------------------------------
/tests/unit/config/prompt-d.txt:
--------------------------------------------------------------------------------
1 | Hello, World! D


--------------------------------------------------------------------------------
/tests/unit/config/test_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/config/test_config.py


--------------------------------------------------------------------------------
/tests/unit/config/utils.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/config/utils.py


--------------------------------------------------------------------------------
/tests/unit/indexing/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/cache/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/cache/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/cache/test_file_pipeline_cache.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/cache/test_file_pipeline_cache.py


--------------------------------------------------------------------------------
/tests/unit/indexing/graph/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/graph/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/graph/extractors/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/graph/extractors/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/graph/extractors/community_reports/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/graph/extractors/community_reports/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/graph/extractors/community_reports/test_sort_context.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/graph/extractors/community_reports/test_sort_context.py


--------------------------------------------------------------------------------
/tests/unit/indexing/graph/utils/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/graph/utils/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/graph/utils/test_stable_lcc.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/graph/utils/test_stable_lcc.py


--------------------------------------------------------------------------------
/tests/unit/indexing/input/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/input/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/input/data/multiple-csvs/input1.csv:
--------------------------------------------------------------------------------
1 | title,text
2 | Hello,Hi how are you today?
3 | Goodbye,I'm outta here


--------------------------------------------------------------------------------
/tests/unit/indexing/input/data/multiple-csvs/input2.csv:
--------------------------------------------------------------------------------
1 | title,text
2 | Adios,See you later


--------------------------------------------------------------------------------
/tests/unit/indexing/input/data/multiple-csvs/input3.csv:
--------------------------------------------------------------------------------
1 | title,text
2 | Hi,I'm here


--------------------------------------------------------------------------------
/tests/unit/indexing/input/data/multiple-jsons/input1.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/input/data/multiple-jsons/input1.json


--------------------------------------------------------------------------------
/tests/unit/indexing/input/data/multiple-jsons/input2.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/input/data/multiple-jsons/input2.json


--------------------------------------------------------------------------------
/tests/unit/indexing/input/data/multiple-txts/input1.txt:
--------------------------------------------------------------------------------
1 | Hi how are you today?


--------------------------------------------------------------------------------
/tests/unit/indexing/input/data/multiple-txts/input2.txt:
--------------------------------------------------------------------------------
1 | I'm outta here


--------------------------------------------------------------------------------
/tests/unit/indexing/input/data/one-csv/input.csv:
--------------------------------------------------------------------------------
1 | title,text
2 | Hello,Hi how are you today?
3 | Goodbye,I'm outta here


--------------------------------------------------------------------------------
/tests/unit/indexing/input/data/one-json-multiple-objects/input.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/input/data/one-json-multiple-objects/input.json


--------------------------------------------------------------------------------
/tests/unit/indexing/input/data/one-json-one-object/input.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/input/data/one-json-one-object/input.json


--------------------------------------------------------------------------------
/tests/unit/indexing/input/data/one-txt/input.txt:
--------------------------------------------------------------------------------
1 | Hi how are you today?


--------------------------------------------------------------------------------
/tests/unit/indexing/input/test_csv_loader.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/input/test_csv_loader.py


--------------------------------------------------------------------------------
/tests/unit/indexing/input/test_json_loader.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/input/test_json_loader.py


--------------------------------------------------------------------------------
/tests/unit/indexing/input/test_txt_loader.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/input/test_txt_loader.py


--------------------------------------------------------------------------------
/tests/unit/indexing/operations/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/operations/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/operations/chunk_text/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/operations/chunk_text/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/operations/chunk_text/test_chunk_text.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/operations/chunk_text/test_chunk_text.py


--------------------------------------------------------------------------------
/tests/unit/indexing/operations/chunk_text/test_strategies.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/operations/chunk_text/test_strategies.py


--------------------------------------------------------------------------------
/tests/unit/indexing/test_init_content.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/test_init_content.py


--------------------------------------------------------------------------------
/tests/unit/indexing/text_splitting/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/text_splitting/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/text_splitting/test_text_splitting.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/text_splitting/test_text_splitting.py


--------------------------------------------------------------------------------
/tests/unit/indexing/verbs/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/verbs/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/verbs/entities/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/verbs/entities/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/verbs/entities/extraction/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/verbs/entities/extraction/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/verbs/entities/extraction/strategies/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/verbs/entities/extraction/strategies/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/verbs/entities/extraction/strategies/graph_intelligence/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/verbs/entities/extraction/strategies/graph_intelligence/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/verbs/entities/extraction/strategies/graph_intelligence/test_gi_entity_extraction.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/verbs/entities/extraction/strategies/graph_intelligence/test_gi_entity_extraction.py


--------------------------------------------------------------------------------
/tests/unit/indexing/verbs/helpers/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/verbs/helpers/__init__.py


--------------------------------------------------------------------------------
/tests/unit/indexing/verbs/helpers/mock_llm.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/indexing/verbs/helpers/mock_llm.py


--------------------------------------------------------------------------------
/tests/unit/litellm_services/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/litellm_services/__init__.py


--------------------------------------------------------------------------------
/tests/unit/litellm_services/test_rate_limiter.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/litellm_services/test_rate_limiter.py


--------------------------------------------------------------------------------
/tests/unit/litellm_services/test_retries.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/litellm_services/test_retries.py


--------------------------------------------------------------------------------
/tests/unit/litellm_services/utils.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/litellm_services/utils.py


--------------------------------------------------------------------------------
/tests/unit/query/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/query/__init__.py


--------------------------------------------------------------------------------
/tests/unit/query/context_builder/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/query/context_builder/__init__.py


--------------------------------------------------------------------------------
/tests/unit/query/context_builder/test_entity_extraction.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/query/context_builder/test_entity_extraction.py


--------------------------------------------------------------------------------
/tests/unit/query/data/defaults/output/20240812-120000/empty.txt:
--------------------------------------------------------------------------------
1 | 


--------------------------------------------------------------------------------
/tests/unit/query/data/defaults/output/20240812-121000/empty.txt:
--------------------------------------------------------------------------------
1 | 


--------------------------------------------------------------------------------
/tests/unit/query/data/empty/something-else/empty.txt:
--------------------------------------------------------------------------------
1 | 


--------------------------------------------------------------------------------
/tests/unit/query/data/hidden/output/.another/empty.txt:
--------------------------------------------------------------------------------
1 | 


--------------------------------------------------------------------------------
/tests/unit/query/data/hidden/output/.hidden:
--------------------------------------------------------------------------------
1 | 


--------------------------------------------------------------------------------
/tests/unit/query/data/hidden/output/20240812-120000/empty.txt:
--------------------------------------------------------------------------------
1 | 


--------------------------------------------------------------------------------
/tests/unit/query/data/hidden/output/20240812-121000/empty.txt:
--------------------------------------------------------------------------------
1 | 


--------------------------------------------------------------------------------
/tests/unit/query/data/non-numeric/output/20240812-120000/empty.txt:
--------------------------------------------------------------------------------
1 | 


--------------------------------------------------------------------------------
/tests/unit/query/data/non-numeric/output/20240812-121000/empty.txt:
--------------------------------------------------------------------------------
1 | 


--------------------------------------------------------------------------------
/tests/unit/query/data/non-numeric/output/something-else/empty.txt:
--------------------------------------------------------------------------------
1 | 


--------------------------------------------------------------------------------
/tests/unit/query/input/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/query/input/__init__.py


--------------------------------------------------------------------------------
/tests/unit/query/input/retrieval/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/query/input/retrieval/__init__.py


--------------------------------------------------------------------------------
/tests/unit/query/input/retrieval/test_entities.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/query/input/retrieval/test_entities.py


--------------------------------------------------------------------------------
/tests/unit/utils/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/utils/__init__.py


--------------------------------------------------------------------------------
/tests/unit/utils/test_embeddings.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/utils/test_embeddings.py


--------------------------------------------------------------------------------
/tests/unit/utils/test_encoding.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/unit/utils/test_encoding.py


--------------------------------------------------------------------------------
/tests/verbs/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/__init__.py


--------------------------------------------------------------------------------
/tests/verbs/data/communities.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/data/communities.parquet


--------------------------------------------------------------------------------
/tests/verbs/data/community_reports.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/data/community_reports.parquet


--------------------------------------------------------------------------------
/tests/verbs/data/covariates.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/data/covariates.parquet


--------------------------------------------------------------------------------
/tests/verbs/data/documents.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/data/documents.parquet


--------------------------------------------------------------------------------
/tests/verbs/data/entities.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/data/entities.parquet


--------------------------------------------------------------------------------
/tests/verbs/data/relationships.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/data/relationships.parquet


--------------------------------------------------------------------------------
/tests/verbs/data/text_units.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/data/text_units.parquet


--------------------------------------------------------------------------------
/tests/verbs/data/text_units_metadata.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/data/text_units_metadata.parquet


--------------------------------------------------------------------------------
/tests/verbs/data/text_units_metadata_included_chunk.parquet:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/data/text_units_metadata_included_chunk.parquet


--------------------------------------------------------------------------------
/tests/verbs/test_create_base_text_units.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_create_base_text_units.py


--------------------------------------------------------------------------------
/tests/verbs/test_create_communities.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_create_communities.py


--------------------------------------------------------------------------------
/tests/verbs/test_create_community_reports.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_create_community_reports.py


--------------------------------------------------------------------------------
/tests/verbs/test_create_final_documents.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_create_final_documents.py


--------------------------------------------------------------------------------
/tests/verbs/test_create_final_text_units.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_create_final_text_units.py


--------------------------------------------------------------------------------
/tests/verbs/test_extract_covariates.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_extract_covariates.py


--------------------------------------------------------------------------------
/tests/verbs/test_extract_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_extract_graph.py


--------------------------------------------------------------------------------
/tests/verbs/test_extract_graph_nlp.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_extract_graph_nlp.py


--------------------------------------------------------------------------------
/tests/verbs/test_finalize_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_finalize_graph.py


--------------------------------------------------------------------------------
/tests/verbs/test_generate_text_embeddings.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_generate_text_embeddings.py


--------------------------------------------------------------------------------
/tests/verbs/test_pipeline_state.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_pipeline_state.py


--------------------------------------------------------------------------------
/tests/verbs/test_prune_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/test_prune_graph.py


--------------------------------------------------------------------------------
/tests/verbs/util.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/tests/verbs/util.py


--------------------------------------------------------------------------------
/unified-search-app/.vsts-ci.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/.vsts-ci.yml


--------------------------------------------------------------------------------
/unified-search-app/Dockerfile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/Dockerfile


--------------------------------------------------------------------------------
/unified-search-app/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/README.md


--------------------------------------------------------------------------------
/unified-search-app/app/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/__init__.py


--------------------------------------------------------------------------------
/unified-search-app/app/app_logic.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/app_logic.py


--------------------------------------------------------------------------------
/unified-search-app/app/data_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/data_config.py


--------------------------------------------------------------------------------
/unified-search-app/app/home_page.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/home_page.py


--------------------------------------------------------------------------------
/unified-search-app/app/knowledge_loader/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/knowledge_loader/__init__.py


--------------------------------------------------------------------------------
/unified-search-app/app/knowledge_loader/data_prep.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/knowledge_loader/data_prep.py


--------------------------------------------------------------------------------
/unified-search-app/app/knowledge_loader/data_sources/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/knowledge_loader/data_sources/__init__.py


--------------------------------------------------------------------------------
/unified-search-app/app/knowledge_loader/data_sources/blob_source.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/knowledge_loader/data_sources/blob_source.py


--------------------------------------------------------------------------------
/unified-search-app/app/knowledge_loader/data_sources/default.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/knowledge_loader/data_sources/default.py


--------------------------------------------------------------------------------
/unified-search-app/app/knowledge_loader/data_sources/loader.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/knowledge_loader/data_sources/loader.py


--------------------------------------------------------------------------------
/unified-search-app/app/knowledge_loader/data_sources/local_source.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/knowledge_loader/data_sources/local_source.py


--------------------------------------------------------------------------------
/unified-search-app/app/knowledge_loader/data_sources/typing.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/knowledge_loader/data_sources/typing.py


--------------------------------------------------------------------------------
/unified-search-app/app/knowledge_loader/model.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/knowledge_loader/model.py


--------------------------------------------------------------------------------
/unified-search-app/app/rag/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/rag/__init__.py


--------------------------------------------------------------------------------
/unified-search-app/app/rag/typing.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/rag/typing.py


--------------------------------------------------------------------------------
/unified-search-app/app/state/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/state/__init__.py


--------------------------------------------------------------------------------
/unified-search-app/app/state/query_variable.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/state/query_variable.py


--------------------------------------------------------------------------------
/unified-search-app/app/state/session_variable.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/state/session_variable.py


--------------------------------------------------------------------------------
/unified-search-app/app/state/session_variables.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/state/session_variables.py


--------------------------------------------------------------------------------
/unified-search-app/app/ui/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/ui/__init__.py


--------------------------------------------------------------------------------
/unified-search-app/app/ui/full_graph.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/ui/full_graph.py


--------------------------------------------------------------------------------
/unified-search-app/app/ui/questions_list.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/ui/questions_list.py


--------------------------------------------------------------------------------
/unified-search-app/app/ui/report_details.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/ui/report_details.py


--------------------------------------------------------------------------------
/unified-search-app/app/ui/report_list.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/ui/report_list.py


--------------------------------------------------------------------------------
/unified-search-app/app/ui/search.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/ui/search.py


--------------------------------------------------------------------------------
/unified-search-app/app/ui/sidebar.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/app/ui/sidebar.py


--------------------------------------------------------------------------------
/unified-search-app/images/image-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/images/image-1.png


--------------------------------------------------------------------------------
/unified-search-app/images/image-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/images/image-2.png


--------------------------------------------------------------------------------
/unified-search-app/images/image-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/images/image-3.png


--------------------------------------------------------------------------------
/unified-search-app/images/image-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/images/image-4.png


--------------------------------------------------------------------------------
/unified-search-app/pyproject.toml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/pyproject.toml


--------------------------------------------------------------------------------
/unified-search-app/uv.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/unified-search-app/uv.lock


--------------------------------------------------------------------------------
/uv.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/graphrag/HEAD/uv.lock


--------------------------------------------------------------------------------