mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2026-02-23 19:49:37 +01:00
fix: update flowsetting
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user