fix: lightrag settings (#649) #none

* Update lightrag_pipelines.py

* Update nano_pipelines.py

* fix: lightrag setting prompts

---------

Co-authored-by: RoadToNowhereX <37441177+RoadToNowhereX@users.noreply.github.com>
This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin) 2025-02-03 08:07:53 +07:00 committed by GitHub
parent 276bf56225
commit 756f46893f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -259,6 +259,7 @@ class LightRAGIndexingPipeline(GraphRAGIndexingPipeline):
if all(
keyword not in prompt_name.lower() for keyword in blacklist_keywords
)
and isinstance(content, str)
}
except ImportError as e:
print(e)

View File

@ -255,6 +255,7 @@ class NanoGraphRAGIndexingPipeline(GraphRAGIndexingPipeline):
if all(
keyword not in prompt_name.lower() for keyword in blacklist_keywords
)
and isinstance(content, str)
}
except ImportError as e:
print(e)