mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
* Flatten compute_communities config * Remove cluster strategy type * Flatten create_base_text_units config * Move cluster seed to config default, leave as None in functions * Remove "prechunked" logic * Remove hard-coded encoding model * Remove unused variables * Strongly type embed_config * Simplify layout_graph config * Semver * Fix integration test * Fix config unit tests: ignore new config defaults * Remove pipeline integ test |
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| test_compute_communities.py | ||
| test_create_base_text_units.py | ||
| test_create_final_communities.py | ||
| test_create_final_community_reports.py | ||
| test_create_final_covariates.py | ||
| test_create_final_documents.py | ||
| test_create_final_entities.py | ||
| test_create_final_nodes.py | ||
| test_create_final_relationships.py | ||
| test_create_final_text_units.py | ||
| test_extract_graph.py | ||
| test_generate_text_embeddings.py | ||
| util.py | ||