mtyrrell commited on
Commit
0b4c39e
·
1 Parent(s): 55d64e5

hf testing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # 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
 
 
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