Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -32,9 +32,9 @@ HF_token = os.environ["HF_TOKEN"]
|
|
32 |
# process all files and get the vectorstores collections
|
33 |
# vectorestore colection are stored on persistent storage so this needs to be run only once
|
34 |
# hence, comment out line below when creating for first time
|
35 |
-
vectorstores = process_pdf()
|
36 |
# once the vectore embeddings are created we will qdrant client to access these
|
37 |
-
|
38 |
|
39 |
# -------------------------------------------------------------
|
40 |
# Functions
|
|
|
32 |
# process all files and get the vectorstores collections
|
33 |
# vectorestore colection are stored on persistent storage so this needs to be run only once
|
34 |
# hence, comment out line below when creating for first time
|
35 |
+
# vectorstores = process_pdf()
|
36 |
# once the vectore embeddings are created we will qdrant client to access these
|
37 |
+
vectorstores = get_local_qdrant()
|
38 |
|
39 |
# -------------------------------------------------------------
|
40 |
# Functions
|