Spaces:
Running
on
T4
Running
on
T4
Update auditqa/process_chunks.py
Browse files
auditqa/process_chunks.py
CHANGED
|
@@ -90,7 +90,7 @@ def load_chunks():
|
|
| 90 |
print("vector embeddings done")
|
| 91 |
return qdrant_collections
|
| 92 |
|
| 93 |
-
def
|
| 94 |
"""
|
| 95 |
this method reads through the files and report_list to create the vector database
|
| 96 |
"""
|
|
|
|
| 90 |
print("vector embeddings done")
|
| 91 |
return qdrant_collections
|
| 92 |
|
| 93 |
+
def load_old_chunks():
|
| 94 |
"""
|
| 95 |
this method reads through the files and report_list to create the vector database
|
| 96 |
"""
|