I take advantage of your kindness one last time. the log I sent before I was using voyage ai as the provider of the reranker while here I use cohere:
[15:50:54] INFO HTTP Request: POST
https://api.openai.com/v1/embeddings "HTTP/1.1 200 OK" _client.py:1786
INFO HTTP Request: POST
https://api.openai.com/v1/embeddings "HTTP/1.1 200 OK" _client.py:1786
INFO HTTP Request: POST
https://api.openai.com/v1/embeddings "HTTP/1.1 200 OK" _client.py:1786
INFO HTTP Request: POST
https://api.openai.com/v1/embeddings "HTTP/1.1 200 OK" _client.py:1786
[15:50:55] INFO HTTP Request: POST
https://api.cohere.com/v1/rerank "HTTP/1.1 200 OK" _client.py:1038
[15:51:04] INFO HTTP Request: POST
https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" _client.py:1038
**Trace: chat
|_CBEventType.RERANKING -> 0.719348 seconds
|_CBEventType.SYNTHESIZE -> 9.49498 seconds
|_CBEventType.TEMPLATING -> 0.0 seconds
|_CBEventType.LLM -> 9.463584 seconds
**apparently for using VoyageAI the HTTP request response marking OK for using the service does not arrive while for Cohere it is present. Both the logs show the CBEvenType.RERANKING.
Does this however mean that it has passed or that VoyageAI reranking may not have happened despite the CBE?