mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
* Base structure * Add fnllm providers and Mock LLM * Remove fnllm coupling, introduce llm providers * Ruff + Tests fix * Spellcheck * Semver * Format * Default MockChat params * Fix more tests * Fix embedding smoke test * Fix embeddings smoke test * Fix MockEmbeddingLLM * Rename LLM to model. Package organization * Fix prompt tuning * Oops * Oops II |
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| 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_generate_text_embeddings.py | ||
| test_prune_graph.py | ||
| util.py | ||