mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
add embedding model to update_insight worker
This commit is contained in:
commit
ea39884157
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ global:
|
|||
enable_ranker: false
|
||||
enable_today_contra_repeat: true
|
||||
enable_long_contra_repeat: false
|
||||
output_memory_max_count: 20
|
||||
|
||||
memory_chat:
|
||||
cli_memory_chat:
|
||||
|
|
@ -145,6 +146,7 @@ worker:
|
|||
class: core.worker.backend.update_insight_worker
|
||||
generation_model: generation_model
|
||||
rank_model: rank_model
|
||||
embedding_model: embedding_model
|
||||
update_insight_threshold: 0.5
|
||||
long_contra_repeat:
|
||||
class: core.worker.backend.long_contra_repeat_worker
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue