Testys commited on
Commit
dd2e007
·
verified ·
1 Parent(s): 4e58098

Update search_utils.py

Browse files
Files changed (1) hide show
  1. 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
- # Convert list of sources to a single string, separate by ' | '
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