Why does WithFunctionRerankers not take effect in Milvus Go SDK HybridSearch (2.6.x)?
Summary The Milvus Go SDK (2.6.x) is not executing function-based rerankers in a HybridSearch workflow, despite being configured correctly with WithFunctionRerankers. The search returns results, but the ranking is identical to running without any reranker, and no errors are reported. Root Cause The root cause of this issue is due to the following reasons: Incompatible … Read more