ppsingh commited on
Commit
7d478f8
·
verified ·
1 Parent(s): 47df8ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,6 +114,6 @@ def get_context(vectorstore,query):
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
 
119
  st.write(results)
 
114
  vectorstores = get_local_qdrant()
115
  vectorstore = vectorstores['all']
116
  button=st.button("search")
117
+ results= get_context(vectorstore, f"find the relvant paragraphs for: {var}")
118
 
119
  st.write(results)