Fix/v022 bug (#263)

* [fix]Fix the issue of inconsistent language in explicit and episodic memory.

* [fix]Fix the issue of inconsistent language in explicit and episodic memory.

* [add]Add scene_id

* [fix]Based on the AI review to fix the code
This commit is contained in:
乐力齐
2026-01-30 18:02:45 +08:00
committed by GitHub
parent fa009327ad
commit 2687c3b80e
11 changed files with 151 additions and 25 deletions

View File

@@ -229,6 +229,7 @@ class MemoryConfigRepository:
config_name=params.config_name,
config_desc=params.config_desc,
workspace_id=params.workspace_id,
scene_id=params.scene_id,
llm_id=params.llm_id,
embedding_id=params.embedding_id,
rerank_id=params.rerank_id,