addedInput schema / properties / api_key
Added value: +{
+ "description": "Your NVIDIA API key (BYOK), used only when no passage carries a score. Transits RAM for the single call, never stored.",
+ "type": "string"
+}
addedInput schema / properties / passages / items / properties / score
Added value: +{
+ "description": "Relevance score from YOUR reranker. Present on every passage → ranking is done from these (offline, no key). Higher = more relevant. Score all passages or none.",
+ "type": "number"
+}
addedOutput schema / properties / has_ground_truth
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / k
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / latency_ms
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / mode
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / precision_at_k
Added value: +{
+ "type": "number"
+}
removedOutput schema / properties / query
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / ranked
Added value: +{
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / recall_at_k
Added value: +{
+ "type": "number"
+}
removedOutput schema / properties / results
Removed value: -{
- "items": {
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / threshold
Added value: +{
+ "type": "number"
+}
removedOutput schema / properties / top_n
Removed value: -{
- "type": "number"
-}
addedOutput schema / properties / total_passages
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / verdict
Added value: +{
+ "type": "string"
+}