curl --location --request POST 'http://172.20.238.8:48806/ai-portal/proxy/console/api/datasets/b39c4cd4-08bd-4d49-bbd0-a937f2ff0baf/hit-testing' \
--header 'Pragma: no-cache' \
--header 'authorization: debug userId=19645' \
--header 'TenantId: 0' \
--header 'content-type: application/json' \
--data-raw '{
"query": "mac签名报错",
"retrieval_model": {
"search_method": "hybrid_search",
"reranking_enable": true,
"reranking_model": {
"reranking_provider_name": "xinference",
"reranking_model_name": "bge-reranker-v2-m3"
},
"top_k": 3,
"score_threshold_enabled": true,
"score_threshold": 0.6
}
}'