fix: selecting search all does not work on LightRAG / NanoGraphRAG (#627) #none
* fix: base path * fix: select all doesn't work * fix: adding new documents should update the existing index within the file collection instead of creating new one #561 * fix linter issues * feat: update NanoGraphRAG with global collection search --------- Co-authored-by: Tadashi <tadashi@cinnamon.is>
This commit is contained in:
@@ -317,6 +317,7 @@ SETTINGS_REASONING = {
|
||||
},
|
||||
}
|
||||
|
||||
USE_GLOBAL_GRAPHRAG = config("USE_GLOBAL_GRAPHRAG", default=True, cast=bool)
|
||||
USE_NANO_GRAPHRAG = config("USE_NANO_GRAPHRAG", default=False, cast=bool)
|
||||
USE_LIGHTRAG = config("USE_LIGHTRAG", default=True, cast=bool)
|
||||
USE_MS_GRAPHRAG = config("USE_MS_GRAPHRAG", default=True, cast=bool)
|
||||
|
Reference in New Issue
Block a user