Spaces:
Sleeping
Sleeping
Delete explain.py
Browse files- explain.py +0 -12
explain.py
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
def explain(results):
|
| 2 |
-
return {
|
| 3 |
-
"total_results": len(results),
|
| 4 |
-
"sources": list(set(r.get("source") for r in results)),
|
| 5 |
-
"methods": [
|
| 6 |
-
"Public FOIA reading room search",
|
| 7 |
-
"Async fan-out querying",
|
| 8 |
-
"Deduplication",
|
| 9 |
-
"Semantic refinement (FAISS)"
|
| 10 |
-
],
|
| 11 |
-
"no_restricted_access": True
|
| 12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|