{
"score_threshold": 0.9,
"embedding_provider_name": "xinference",
"embedding_model_name": "bge-m3"
}
curl --location --request POST 'http://172.20.238.8:48806/ai-model/proxy/console/api/apps/5ede1fd8-271b-43c4-92b1-b3b9a1e8a4d7/annotation-reply/enable' \
--header 'Pragma: no-cache' \
--header 'authorization: debug userId=19645' \
--header 'TenantId: 0' \
--header 'content-type: application/json' \
--data-raw '{
"score_threshold": 0.9,
"embedding_provider_name": "xinference",
"embedding_model_name": "bge-m3"
}'
{}