[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:
lixiangcheng1
2025-12-27 13:53:10 +08:00
parent 06f64809c3
commit a0c362244e
35 changed files with 6267 additions and 143 deletions

View File

@@ -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")