Spaces:
Sleeping
Sleeping
MAsad789565
commited on
Commit
•
8aa7160
1
Parent(s):
cde1a76
Update documents/query_results_extractor.py
Browse files
documents/query_results_extractor.py
CHANGED
@@ -50,7 +50,7 @@ class QueryResultsExtractor:
|
|
50 |
"site": site,
|
51 |
"url": url,
|
52 |
"abstract": abstract,
|
53 |
-
"
|
54 |
"type": "web",
|
55 |
}
|
56 |
)
|
|
|
50 |
"site": site,
|
51 |
"url": url,
|
52 |
"abstract": abstract,
|
53 |
+
"position": idx + 1,
|
54 |
"type": "web",
|
55 |
}
|
56 |
)
|