Skip to content

Commit a3e2e20

Browse files
committed
fix: comfort CI
1 parent 911b20c commit a3e2e20

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

libs/ktem/ktem/index/file/graph/lightrag_pipelines.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@
2929

3030
try:
3131
from lightrag import LightRAG, QueryParam
32-
33-
# newer verisons of LightRAG needs to be initialized before using
34-
from lightrag.kg.shared_storage import initialize_pipeline_status
3532

33+
# newer versions of LightRAG needs to be initialized before using
34+
from lightrag.kg.shared_storage import initialize_pipeline_status
3635
from lightrag.operate import (
3736
_find_most_related_edges_from_entities,
3837
_find_most_related_text_unit_from_entities,
@@ -240,7 +239,7 @@ def build_graphrag(working_dir, llm_func, embedding_func):
240239
embedding_func=embedding_func,
241240
)
242241

243-
# newer verisons of LightRAG needs to be initialized before using
242+
# newer versions of LightRAG needs to be initialized before using
244243
asyncio.run(graphrag_func.initialize_storages())
245244
asyncio.run(initialize_pipeline_status())
246245

0 commit comments

Comments
 (0)