Skip to content

Commit 53b06aa

Browse files
authored
Add generate_text_embeddings to FGR (#1667)
1 parent 94bd2bb commit 53b06aa

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "patch",
3+
"description": "Fix missing embeddings workflow in FastGraphRAG."
4+
}

graphrag/index/workflows/factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ def _get_workflows_list(
5656
"create_final_communities",
5757
"create_final_text_units",
5858
"create_final_community_reports_text",
59+
"generate_text_embeddings",
5960
]

0 commit comments

Comments
 (0)