Spaces:
Sleeping
Sleeping
updated UI options
Browse files- src/upload_file.py +1 -1
src/upload_file.py
CHANGED
@@ -14,7 +14,7 @@ class UploadFile:
|
|
14 |
"""
|
15 |
|
16 |
@staticmethod
|
17 |
-
def process_uploaded_files(files_dir: List, chatbot: List,
|
18 |
"""
|
19 |
Prepares and saves a VectorDB from uploaded files.
|
20 |
|
|
|
14 |
"""
|
15 |
|
16 |
@staticmethod
|
17 |
+
def process_uploaded_files(files_dir: List, chatbot: List, rag_with_dropdown: str) -> Tuple:
|
18 |
"""
|
19 |
Prepares and saves a VectorDB from uploaded files.
|
20 |
|