hail75 commited on
Commit
cce7e09
·
1 Parent(s): e3ada61

fix web bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def get_vectordb_from_website(website_url):
74
  documents=docs,
75
  embedding=embeddings,
76
  )
77
-
78
 
79
  def get_vectordb_from_youtube(youtube_url):
80
  save_dir = "docs/youtube"
 
74
  documents=docs,
75
  embedding=embeddings,
76
  )
77
+ return vectordb
78
 
79
  def get_vectordb_from_youtube(youtube_url):
80
  save_dir = "docs/youtube"