mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
update model config
This commit is contained in:
parent
485abcb966
commit
ff879fd21c
4 changed files with 15 additions and 2 deletions
|
|
@ -1,2 +1,5 @@
|
|||
{
|
||||
}
|
||||
"index_name": "test_index",
|
||||
"es_url": "http://localhost:9200"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
|
||||
"method": "DashScopeEmbedding",
|
||||
"model_name": "text-embedding-v2"
|
||||
}
|
||||
4
config/model/dash_llm.json
Normal file
4
config/model/dash_llm.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"method": "DashScope",
|
||||
"model_name": "qwen-max"
|
||||
}
|
||||
5
config/model/dash_reranker.json
Normal file
5
config/model/dash_reranker.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"method": "DashScopeRerank",
|
||||
"model_name": "gte-rerank",
|
||||
"top_n": 3
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue