[ADD]Add functions related to knowledge base graph:
Add functions related to knowledge base graph: 1. Entity type generation, 2. Knowledge base graph acquisition, 3. Hard deletion of knowledge base graph, 4. Knowledge base graph reconstruction (asynchronous)
This commit is contained in:
@@ -31,9 +31,9 @@ class Document(Base):
|
||||
"person",
|
||||
"geo",
|
||||
"event",
|
||||
"category",
|
||||
"category"
|
||||
],
|
||||
"method": "general",
|
||||
"method": "general"
|
||||
}
|
||||
}, comment="default parser config")
|
||||
chunk_num = Column(Integer, default=0, comment="chunk num")
|
||||
|
||||
Reference in New Issue
Block a user