Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ from helpers import (
|
|
118 |
list_docx_files, get_splits, get_json_splits_only, prompt_order, log_message, extract_metadata,
|
119 |
)
|
120 |
|
121 |
-
|
122 |
# import asyncio
|
123 |
|
124 |
# key = "AIzaSyDJ4vIKuIBIPNHATLxnoHlagXWbsAz-vRs"
|
|
|
118 |
list_docx_files, get_splits, get_json_splits_only, prompt_order, log_message, extract_metadata,
|
119 |
)
|
120 |
|
121 |
+
from file_loader import get_vectorstore
|
122 |
# import asyncio
|
123 |
|
124 |
# key = "AIzaSyDJ4vIKuIBIPNHATLxnoHlagXWbsAz-vRs"
|