Spaces:
Sleeping
Sleeping
testing local qdrant
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ scheduler = CommitScheduler(
|
|
| 46 |
# We need to create the local vectorstore collection once using load_chunks
|
| 47 |
# vectorestore colection are stored on persistent storage so this needs to be run only once
|
| 48 |
# hence, comment out line below when creating for first time
|
| 49 |
-
|
| 50 |
# once the vectore embeddings are created we will use qdrant client to access these
|
| 51 |
vectorstores = get_local_qdrant()
|
| 52 |
|
|
|
|
| 46 |
# We need to create the local vectorstore collection once using load_chunks
|
| 47 |
# vectorestore colection are stored on persistent storage so this needs to be run only once
|
| 48 |
# hence, comment out line below when creating for first time
|
| 49 |
+
vectorstores = load_new_chunks()
|
| 50 |
# once the vectore embeddings are created we will use qdrant client to access these
|
| 51 |
vectorstores = get_local_qdrant()
|
| 52 |
|