Spaces:
Running
Running
Update search_utils.py
Browse files- search_utils.py +1 -3
search_utils.py
CHANGED
@@ -47,9 +47,7 @@ class MetadataManager:
|
|
47 |
if url.strip() and url.startswith('http')
|
48 |
]
|
49 |
)
|
50 |
-
|
51 |
-
self.df['source'] = self.df['source'].apply(lambda x: ' | '.join(x) if isinstance(x, list) else x)
|
52 |
-
|
53 |
|
54 |
self.total_docs = len(self.df)
|
55 |
|
|
|
47 |
if url.strip() and url.startswith('http')
|
48 |
]
|
49 |
)
|
50 |
+
|
|
|
|
|
51 |
|
52 |
self.total_docs = len(self.df)
|
53 |
|