curl --location 'https://api.bocha.cn/v1/rerank' \
--header 'Authorization: Bearer sk-4adf3f469f50421cb253a52d95f4795e' \
--header 'token: ekLdVaiYeQeY72CPPlt2B96IMRvEGPmdIueYEQYKXFmIODO5eaxVzIqKhLdTyVfwBCOXpQSE8aLYjtunxt6gz7hPB4jTo5ycgqu6UHc62TdhQjyBX0YbOa02c6acQPnO' \
--header 'Content-Type: application/json' \
--data '{
"model": "gte-rerank",
"query": "我是谁",
"top_n": "2",
"return_documents": true,
"documents": ["你是狗", "w我是科学家", "他是小明"]
}'{"code":200,"log_id":"601dbe7d3b8aecda","msg":null,"data":{"model":"gte-rerank","results":[{"index":1,"document":{"text":"w我是科学家"},"relevance_score":0.33342763863782693},{"index":2,"document":{"text":"他是小明"},"relevance_score":0.16083510450678953}]}}