-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
None
-
None
-
None
-
None
-
None
-
None
-
None
1. Add this function to the API
MongoExtensionStatus* (*is_stage_sorted_by_vector_search_score)(
const MongoExtensionLogicalStage* logicalStage,
bool* outIsSortedByVectorSearchScore);
2. Set the outIsSortedByVectorSearchScore out param to true if the stage sorts results by the vectorSearchScore. The default should be false. Propagate this value to the host.