[fix]document:pandas.read_excel error: Missing optional dependency 'python-calamine'.
This commit is contained in:
@@ -26,6 +26,7 @@ class Document(Base):
|
||||
"html4excel": False,
|
||||
"graphrag": {
|
||||
"use_graphrag": False,
|
||||
"scene_name": "",
|
||||
"entity_types": [
|
||||
"organization",
|
||||
"person",
|
||||
@@ -33,7 +34,9 @@ class Document(Base):
|
||||
"event",
|
||||
"category"
|
||||
],
|
||||
"method": "general"
|
||||
"method": "general",
|
||||
"resolution": True,
|
||||
"community": True
|
||||
}
|
||||
}, comment="default parser config")
|
||||
chunk_num = Column(Integer, default=0, comment="chunk num")
|
||||
|
||||
Reference in New Issue
Block a user