Spaces:
Paused
Paused
lanny xu
commited on
Commit
·
93f532e
1
Parent(s):
a576aa9
resolve conflict
Browse files- graph_indexer.py +1 -1
graph_indexer.py
CHANGED
|
@@ -17,7 +17,7 @@ from knowledge_graph import KnowledgeGraph, CommunitySummarizer
|
|
| 17 |
class GraphRAGIndexer:
|
| 18 |
"""GraphRAG索引器 - 实现Microsoft GraphRAG的索引流程"""
|
| 19 |
|
| 20 |
-
def __init__(self, enable_async: bool = True, async_batch_size: int =
|
| 21 |
"""初始化GraphRAG索引器
|
| 22 |
|
| 23 |
Args:
|
|
|
|
| 17 |
class GraphRAGIndexer:
|
| 18 |
"""GraphRAG索引器 - 实现Microsoft GraphRAG的索引流程"""
|
| 19 |
|
| 20 |
+
def __init__(self, enable_async: bool = True, async_batch_size: int = 8):
|
| 21 |
"""初始化GraphRAG索引器
|
| 22 |
|
| 23 |
Args:
|