Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with col2:
|
|
56 |
# Checkbox to control whether to show only exact matches
|
57 |
show_exact_matches = st.checkbox("Show only exact matches", value=False)
|
58 |
|
59 |
-
button=st.button("
|
60 |
#found_docs = vectorstore.similarity_search(var)
|
61 |
#print(found_docs)
|
62 |
# results= get_context(vectorstore, f"find the relvant paragraphs for: {var}")
|
|
|
56 |
# Checkbox to control whether to show only exact matches
|
57 |
show_exact_matches = st.checkbox("Show only exact matches", value=False)
|
58 |
|
59 |
+
button=st.button("Search")
|
60 |
#found_docs = vectorstore.similarity_search(var)
|
61 |
#print(found_docs)
|
62 |
# results= get_context(vectorstore, f"find the relvant paragraphs for: {var}")
|