feat(memory): support perception-aware memory writing in workflow and Neo4j nodes
This commit is contained in:
@@ -30,6 +30,9 @@ class MemoryConfig(Base):
|
||||
llm_id = Column(String, nullable=True, comment="LLM模型配置ID")
|
||||
embedding_id = Column(String, nullable=True, comment="嵌入模型配置ID")
|
||||
rerank_id = Column(String, nullable=True, comment="重排序模型配置ID")
|
||||
vision_id = Column(String, nullable=True, comment="视觉模型配置ID")
|
||||
audio_id = Column(String, nullable=True, comment="语音模型配置ID")
|
||||
video_id = Column(String, nullable=True, comment="视频模型配置ID")
|
||||
|
||||
# 记忆萃取引擎配置
|
||||
enable_llm_dedup_blockwise = Column(Boolean, default=True, comment="启用LLM决策去重")
|
||||
|
||||
Reference in New Issue
Block a user