Coool2 commited on
Commit
acca590
·
verified ·
1 Parent(s): 3f6e874

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +0 -1
agent.py CHANGED
@@ -357,7 +357,6 @@ def search_and_extract_content_from_url(query: str) -> List[Document]:
357
  for doc in documents:
358
  doc.metadata["source"] = url
359
  doc.metadata["type"] = "web_text"
360
- print(documents)
361
  return documents
362
  except Exception as e:
363
  # Handle any exceptions that occur during content extraction
 
357
  for doc in documents:
358
  doc.metadata["source"] = url
359
  doc.metadata["type"] = "web_text"
 
360
  return documents
361
  except Exception as e:
362
  # Handle any exceptions that occur during content extraction