update model config

This commit is contained in:
xianzhe.xxz 2024-06-18 18:44:11 +08:00
parent 485abcb966
commit ff879fd21c
4 changed files with 15 additions and 2 deletions

View file

@ -1,2 +1,5 @@
{
}
"index_name": "test_index",
"es_url": "http://localhost:9200"
}

View file

@ -1,3 +1,4 @@
{
"method": "DashScopeEmbedding",
"model_name": "text-embedding-v2"
}

View file

@ -0,0 +1,4 @@
{
"method": "DashScope",
"model_name": "qwen-max"
}

View file

@ -0,0 +1,5 @@
{
"method": "DashScopeRerank",
"model_name": "gte-rerank",
"top_n": 3
}