Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -315,7 +315,7 @@ def update_vectors(files, use_recursive_splitter):
|
|
| 315 |
|
| 316 |
database.save_local("faiss_database")
|
| 317 |
|
| 318 |
-
return f"Vector store updated successfully. Processed {total_chunks} chunks from {len(files)} files."
|
| 319 |
|
| 320 |
def extract_db_to_excel():
|
| 321 |
embed = get_embeddings()
|
|
|
|
| 315 |
|
| 316 |
database.save_local("faiss_database")
|
| 317 |
|
| 318 |
+
return f"Vector store updated successfully. Processed {total_chunks} chunks from {len(files)} files."
|
| 319 |
|
| 320 |
def extract_db_to_excel():
|
| 321 |
embed = get_embeddings()
|