Spaces:
Sleeping
Sleeping
Update reranker.py
Browse files- reranker.py +1 -1
reranker.py
CHANGED
@@ -77,7 +77,7 @@ def rerank(query, candidates):
|
|
77 |
1. Return ONLY valid JSON without any markdown code blocks or extra text
|
78 |
2. Preserve the exact URL values from the input - do not modify them
|
79 |
3. Include all fields from the original assessment data
|
80 |
-
4. Limit to the top
|
81 |
5. Ensure the JSON is properly formatted with all fields
|
82 |
6. Keep all test_type values as arrays/lists, even if there's only one type
|
83 |
"""
|
|
|
77 |
1. Return ONLY valid JSON without any markdown code blocks or extra text
|
78 |
2. Preserve the exact URL values from the input - do not modify them
|
79 |
3. Include all fields from the original assessment data
|
80 |
+
4. Limit to the top 10 most relevant assessments
|
81 |
5. Ensure the JSON is properly formatted with all fields
|
82 |
6. Keep all test_type values as arrays/lists, even if there's only one type
|
83 |
"""
|