feat:关系提取支持多人,且更精确;支持全局表达方式

This commit is contained in:
SengokuCola
2025-09-13 15:05:29 +08:00
parent f0cf8b42c8
commit e21a7002e6
9 changed files with 103 additions and 100 deletions

View File

@@ -268,9 +268,6 @@ class PersonInfo(BaseModel):
know_since = FloatField(null=True) # 首次印象总结时间
last_know = FloatField(null=True) # 最后一次印象总结时间
attitude_to_me = TextField(null=True) # 对bot的态度
attitude_to_me_confidence = FloatField(null=True) # 对bot的态度置信度
class Meta:
# database = db # 继承自 BaseModel
table_name = "person_info"