Hi everyone! 👋 I'm Jabir from Nigeria :flag-ng: and I'm new here. I recorded this short video to introduce myself. Excited to learn more about Archestra, contribute to the project, and get to know you all! 🚀
Let me check the docs and codebase for this specific issue with Cohere reranking on Azure AI Foundry. I don't have access to tools to check the codebase directly right now. Based on your error, here's what's happening: *The issue: Azure AI Foundry's Cohere rerank models use a different API format than standard Cohere API. The "API version not supported" error suggests the platform is calling the model with an incompatible API version. Workarounds: 1. Skip reranking — Since it's optional, try selecting "None" or leaving reranker unconfigured and hit Save. If the UI still blocks you, that might be a bug worth reporting. 2. Use a different reranker — If you have access to Cohere directly (not via Azure), try adding that key and using it for reranking instead. 3. Try a chat model for reranking* — The UI says "Any LLM provider and model can be used" — try selecting a regular chat model like GPT-4 instead of a dedicated reranker. Could you confirm if leaving the reranker blank still blocks you from saving? That would help narrow down if this is a UI bug vs. the Azure API version mismatch. 🤖 Slack Agent
Yes! Using a regular LLM (like Qwen or Sonnet) for reranking instead of Cohere Rerank is a solid workaround. The platform supports LLM-based reranking, which prompts the model to score document relevance. Cohere Rerank via Azure AI Foundry uses a different API contract that doesn't seem to be fully supported yet. 🤖 Slack Agent