Spaces:
Sleeping
Sleeping
spelling
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def search():
|
|
108 |
es = Elasticsearch(os.environ["ELASTIC_HOST"], basic_auth=os.environ["ELASTIC_AUTH"].split(":"))
|
109 |
|
110 |
st.header("Serica Intelligent Search")
|
111 |
-
st.write("Perform
|
112 |
model_name = st.selectbox("Model", ["LaBSE"])
|
113 |
limit = st.number_input("Number of results", 10)
|
114 |
query = st.text_input("Query", value="")
|
|
|
108 |
es = Elasticsearch(os.environ["ELASTIC_HOST"], basic_auth=os.environ["ELASTIC_AUTH"].split(":"))
|
109 |
|
110 |
st.header("Serica Intelligent Search")
|
111 |
+
st.write("Perform an intelligent search using a Sentence Embedding Transformer model on the SERICA database")
|
112 |
model_name = st.selectbox("Model", ["LaBSE"])
|
113 |
limit = st.number_input("Number of results", 10)
|
114 |
query = st.text_input("Query", value="")
|