{
"query": "当常规商业交流方式",
"retrieval_model": {
"search_method": "hybrid_search",
"reranking_enable": true,
"reranking_mode": null,
"reranking_model": {
"reranking_provider_name": "xinference",
"reranking_model_name": "bge-reranker-v2-m3"
},
"weights": null,
"top_k": 3,
"score_threshold_enabled": false,
"score_threshold": 0.5
}
}curl --location --request POST 'http://172.20.238.8:48806/ai-portal/proxy/console/api/datasets/d8d76bdb-a8d9-4f97-a059-e9f9a31a060d/hit-testing' \
--header 'Pragma: no-cache' \
--header 'authorization: debug userId=19645' \
--header 'TenantId: 0' \
--header 'content-type: application/json' \
--data-raw '{
"query": "当常规商业交流方式",
"retrieval_model": {
"search_method": "hybrid_search",
"reranking_enable": true,
"reranking_mode": null,
"reranking_model": {
"reranking_provider_name": "xinference",
"reranking_model_name": "bge-reranker-v2-m3"
},
"weights": null,
"top_k": 3,
"score_threshold_enabled": false,
"score_threshold": 0.5
}
}'{}