mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-28 19:58:11 +08:00
Refactor model in GO (#14398)
### What problem does this PR solve? Refactor model in GO ### Type of change - [x] Refactoring
This commit is contained in:
@@ -37,6 +37,13 @@
|
||||
"model_types": [
|
||||
"rerank"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Qwen/Qwen3-Embedding-0.6B",
|
||||
"max_tokens": 8192,
|
||||
"model_types": [
|
||||
"embedding"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"chat": "chat/completions",
|
||||
"async_chat": "async/chat/completions",
|
||||
"async_result": "async-result",
|
||||
"embedding": "embedding",
|
||||
"embedding": "embeddings",
|
||||
"rerank": "rerank",
|
||||
"files": "files"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user