mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
[dev] adjust config worker/llm
This commit is contained in:
parent
818d4d794c
commit
a154d4c160
8 changed files with 25 additions and 48 deletions
13
config/config.json
Normal file
13
config/config.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"thread_pool_max_count": "",
|
||||
"worker": "config/worker.json",
|
||||
"pipeline": {
|
||||
"summary_short": "",
|
||||
"summary_long": "",
|
||||
"retrieve": ""
|
||||
},
|
||||
"model_embedding": "config/model/dash_embedding.json",
|
||||
"model_rerank": "config/model/dash_rerank.json",
|
||||
"model_generate": "config/model/dash_generate.json",
|
||||
"db": ""
|
||||
}
|
||||
2
config/db/es.json
Normal file
2
config/db/es.json
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"thread_pool_max_count": "",
|
||||
"worker": "config/worker.json",
|
||||
"prompt": "config/prompt.json",
|
||||
"pipeline": {
|
||||
"summary_short": "",
|
||||
"summary_long": "",
|
||||
"retrieve": ""
|
||||
},
|
||||
"models": "config/model/dash.json"
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"embedding": "",
|
||||
"generate": "",
|
||||
"rerank": "",
|
||||
"es": ""
|
||||
}
|
||||
3
config/model/dash_embedding.json
Normal file
3
config/model/dash_embedding.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
|
||||
}
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
"info_filter_system": "",
|
||||
"info_filter_user_query": "",
|
||||
"get_observation_system": "",
|
||||
"get_observation_user_query": "",
|
||||
"get_observation_with_time_system": "",
|
||||
"get_observation_with_time_few_shot": "",
|
||||
"get_observation_with_time_user_query": "",
|
||||
"contra_repeat_system": "",
|
||||
"contra_repeat_few_shot": "",
|
||||
"contra_repeat_user_query": "",
|
||||
"get_reflect_system": "",
|
||||
"get_reflect_few_shot": "",
|
||||
"get_reflect_user_query": "",
|
||||
"get_insight_system": "",
|
||||
"get_insight_few_shot": "",
|
||||
"get_insight_user_query": "",
|
||||
"update_plural_profile_system": "",
|
||||
"update_plural_profile_few_shot": "",
|
||||
"update_plural_profile_user_query": "",
|
||||
"update_unique_profile_system": "",
|
||||
"update_unique_profile_few_shot": "",
|
||||
"update_unique_profile_user_query": "",
|
||||
"update_insight_system": "",
|
||||
"update_insight_few_shot": "",
|
||||
"update_insight_user_query": ""
|
||||
}
|
||||
|
|
@ -6,12 +6,15 @@
|
|||
"es_insight_top_k": 128
|
||||
}
|
||||
},
|
||||
"EsKeywordWorker": {
|
||||
"es_keyword": {
|
||||
"name": "EsKeywordWorker",
|
||||
"path": "memory_scope/worker",
|
||||
"es_keyword_top_k": 10
|
||||
},
|
||||
"es_keyword2": {
|
||||
"module_name": "EsKeywordWorker",
|
||||
"module_path": "memory_scope/worker",
|
||||
"kwargs": {
|
||||
"es_keyword_top_k": 10
|
||||
}
|
||||
"es_keyword_top_k": 10
|
||||
},
|
||||
"EsNewObsWorker": {
|
||||
"module_name": "EsNewObsWorker",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue