mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-02 05:47:31 +08:00
Feat: Compilation benefit naive rag. (#17555)
### Summary Compilation benifit naive rag --------- Co-authored-by: Yingfeng Zhang <yingfeng.zhang@gmail.com>
This commit is contained in:
@@ -185,7 +185,9 @@ class PipelineTaskType(StrEnum):
|
||||
GRAPH_RAG = "GraphRAG"
|
||||
MINDMAP = "Mindmap"
|
||||
MEMORY = "Memory"
|
||||
ARTIFACT = "Artifact"
|
||||
# Member name kept as ARTIFACT for back-compat; value is "Wiki" so the
|
||||
# runtime task_type (``.lower()`` == "wiki") matches the wiki index/task type.
|
||||
ARTIFACT = "Wiki"
|
||||
SKILL = "Skill"
|
||||
# KB-wide structure-graph merge tasks (rebuild_dataset_structure_graph_json).
|
||||
STRUCTURE_GRAPH = "StructureGraph"
|
||||
|
||||
Reference in New Issue
Block a user