Spaces:
Running
Running
hf testing
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ JSON_DATASET_PATH = Path(SPACES_LOG) # TESTING: local logging setup
|
|
75 |
# We need to create the local vectorstore collection once using load_chunks
|
76 |
# vectorestore colection are stored on persistent storage so this needs to be run only once
|
77 |
# hence, comment out line below when creating for first time
|
78 |
-
|
79 |
# once the vectore embeddings are created we will use qdrant client to access these
|
80 |
vectorstores = get_local_qdrant()
|
81 |
|
|
|
75 |
# We need to create the local vectorstore collection once using load_chunks
|
76 |
# vectorestore colection are stored on persistent storage so this needs to be run only once
|
77 |
# hence, comment out line below when creating for first time
|
78 |
+
vectorstores = load_new_chunks()
|
79 |
# once the vectore embeddings are created we will use qdrant client to access these
|
80 |
vectorstores = get_local_qdrant()
|
81 |
|