Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def display_as_table(model, score='score'):
|
|
139 |
|
140 |
st.title("Search Your Query Here")
|
141 |
window_size = 3
|
142 |
-
|
143 |
|
144 |
# This will search articles for passages to answer the query
|
145 |
def search_func(query):
|
|
|
139 |
|
140 |
st.title("Search Your Query Here")
|
141 |
window_size = 3
|
142 |
+
bi_encoder_type = "multi-qa-mpnet-base-dot-v1"
|
143 |
|
144 |
# This will search articles for passages to answer the query
|
145 |
def search_func(query):
|