ppsingh commited on
Commit
47df8ba
·
verified ·
1 Parent(s): 075510e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -111,7 +111,8 @@ def get_context(vectorstore,query):
111
 
112
  return context_retrieved
113
  #chunks = get_chunks()
114
- vectorstores = get_local_qdrant()
 
115
  button=st.button("search")
116
  results= get_context(vectorstores, f"find the relvant paragraphs for: {var}")
117
 
 
111
 
112
  return context_retrieved
113
  #chunks = get_chunks()
114
+ vectorstores = get_local_qdrant()
115
+ vectorstore = vectorstores['all']
116
  button=st.button("search")
117
  results= get_context(vectorstores, f"find the relvant paragraphs for: {var}")
118