mtyrrell commited on
Commit
e815cf3
·
1 Parent(s): 68018e8

testing local qdrant

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