Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vishwask
/
rag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vishwask
commited on
Feb 27, 2024
Commit
827c7c8
·
verified
·
1 Parent(s):
42bfc52
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -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