vishwask commited on
Commit
827c7c8
·
verified ·
1 Parent(s): 42bfc52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -88,7 +88,6 @@ def initialize_llmchain(vector_db):
88
  return qa_chain
89
 
90
 
91
- vector_db, collection_name = initialize_database()
92
 
93
  #list_file_obj = document
94
 
 
88
  return qa_chain
89
 
90
 
 
91
 
92
  #list_file_obj = document
93