We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276bf56 commit 756f468Copy full SHA for 756f468
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py
@@ -259,6 +259,7 @@ def get_user_settings(cls) -> dict:
259
if all(
260
keyword not in prompt_name.lower() for keyword in blacklist_keywords
261
)
262
+ and isinstance(content, str)
263
}
264
except ImportError as e:
265
print(e)
libs/ktem/ktem/index/file/graph/nano_pipelines.py
@@ -255,6 +255,7 @@ def get_user_settings(cls) -> dict:
255
256
257
258
0 commit comments