|
|
|
|
|
|
|
|
def update_progress(cls): |
|
|
def update_progress(cls): |
|
|
MSG = { |
|
|
MSG = { |
|
|
"raptor": "Start RAPTOR (Recursive Abstractive Processing for Tree-Organized Retrieval).", |
|
|
"raptor": "Start RAPTOR (Recursive Abstractive Processing for Tree-Organized Retrieval).", |
|
|
"graphrag": "Entities extraction progress", |
|
|
|
|
|
"graph_resolution": "Start Graph Resolution", |
|
|
|
|
|
"graph_community": "Start Graph Community Reports Generation" |
|
|
|
|
|
|
|
|
"graphrag": "Entities", |
|
|
|
|
|
"graph_resolution": "Resolution", |
|
|
|
|
|
"graph_community": "Communities" |
|
|
} |
|
|
} |
|
|
docs = cls.get_unfinished_docs() |
|
|
docs = cls.get_unfinished_docs() |
|
|
for d in docs: |
|
|
for d in docs: |