mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-03 17:21:59 +08:00
### What problem does this PR solve? Implement retrieval_test in GO ### Type of change - [x] Refactoring
27 lines
505 B
JSON
27 lines
505 B
JSON
{
|
|
"name": "SILICONFLOW",
|
|
"tags": "LLM,TEXT EMBEDDING,TEXT RE-RANK,IMAGE2TEXT",
|
|
"url": {
|
|
"default": "https://api.siliconflow.cn/v1"
|
|
},
|
|
"url_suffix": {
|
|
"chat": "chat/completions",
|
|
"async_chat": "async/chat/completions",
|
|
"async_result": "async-result",
|
|
"embedding": "embedding",
|
|
"rerank": "rerank"
|
|
},
|
|
"models": [
|
|
{
|
|
"name": "BAAI/bge-reranker-v2-m3",
|
|
"max_tokens": 8192,
|
|
"model_types": [
|
|
"rerank"
|
|
],
|
|
"features": {}
|
|
}
|
|
]
|
|
}
|
|
|
|
|