danicafisher commited on
Commit
7a2f93b
·
1 Parent(s): 37cf481

Adds url function to helper file

Browse files
Files changed (1) hide show
  1. helper_functions.py +0 -1
helper_functions.py CHANGED
@@ -55,7 +55,6 @@ def load_documents_from_url(url):
55
  except Exception as e:
56
  print(f"General error loading from {url}: {e}")
57
  return None
58
-
59
 
60
  def add_to_qdrant(documents, embeddings, qdrant_client, collection_name):
61
  Qdrant.from_documents(
 
55
  except Exception as e:
56
  print(f"General error loading from {url}: {e}")
57
  return None
 
58
 
59
  def add_to_qdrant(documents, embeddings, qdrant_client, collection_name):
60
  Qdrant.from_documents(