Spaces:
Running
Running
Commit
·
72c2373
1
Parent(s):
ca323aa
Update utils.py
Browse files
utils.py
CHANGED
@@ -13,6 +13,7 @@ import numpy as np
|
|
13 |
import json
|
14 |
|
15 |
|
|
|
16 |
class XRxivQuery:
|
17 |
def __init__(self, search_query, max_results, folder_name='docs', XRxiv_servers = [], search_by='all', sort_by='relevance'):
|
18 |
self.search_query = search_query
|
|
|
13 |
import json
|
14 |
|
15 |
|
16 |
+
|
17 |
class XRxivQuery:
|
18 |
def __init__(self, search_query, max_results, folder_name='docs', XRxiv_servers = [], search_by='all', sort_by='relevance'):
|
19 |
self.search_query = search_query
|