mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-05 08:06:15 +00:00
26 lines
No EOL
689 B
JSON
26 lines
No EOL
689 B
JSON
{
|
|
"global_configs": {
|
|
"thread_pool_max_count": 5,
|
|
"dash_scope_apikey": "",
|
|
"open_ai_apikey": "",
|
|
"chat_list": [
|
|
"memory_chat"
|
|
]
|
|
},
|
|
"memory_chat": {
|
|
"clazz": "chat.memory_chat",
|
|
"retrieve": "parse_params,load_profile,[extract_time|es_similar|es_keyword],semantic_rank,fuse_rerank",
|
|
"generation_model": "dashscope_generation"
|
|
},
|
|
"db": {
|
|
"clazz": "db.base_db_client",
|
|
"index_name": "memory_test",
|
|
"user_name": ""
|
|
},
|
|
"monitor": {
|
|
"clazz": "minitor.base_monitor",
|
|
"index_name": "memory_test",
|
|
"user_name": ""
|
|
},
|
|
"workers": "workers"
|
|
} |