fix: update flowsetting

This commit is contained in:
Tadashi
2024-12-31 08:32:45 +07:00
parent f411d38447
commit e0382dedae

View File

@@ -302,7 +302,7 @@ SETTINGS_REASONING = {
}
USE_NANO_GRAPHRAG = config("USE_NANO_GRAPHRAG", default=False, cast=bool)
USE_LIGHTRAG = config("USE_LIGHTRAG", default=True, cast=bool)
USE_LIGHTRAG = config("USE_LIGHTRAG", default=False, cast=bool)
USE_MS_GRAPHRAG = config("USE_MS_GRAPHRAG", default=False, cast=bool)
GRAPHRAG_INDEX_TYPES = []