feat: add URL indexing directly from chat input (#571) bump:patch
* feat: enable lightrag by default and add graphrag key check * feat: add URL indexing from chatbox
This commit is contained in:
committed by
GitHub
parent
a0c9a6e8de
commit
7a02cb72af
@@ -296,7 +296,7 @@ SETTINGS_REASONING = {
|
||||
}
|
||||
|
||||
USE_NANO_GRAPHRAG = config("USE_NANO_GRAPHRAG", default=False, cast=bool)
|
||||
USE_LIGHTRAG = config("USE_LIGHTRAG", default=False, cast=bool)
|
||||
USE_LIGHTRAG = config("USE_LIGHTRAG", default=True, cast=bool)
|
||||
|
||||
GRAPHRAG_INDEX_TYPES = ["ktem.index.file.graph.GraphRAGIndex"]
|
||||
|
||||
|
Reference in New Issue
Block a user