Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- src/ui/streamlit_app.py +1 -1
src/ui/streamlit_app.py
CHANGED
|
@@ -176,7 +176,7 @@ with st.sidebar:
|
|
| 176 |
st.subheader(" Evaluation")
|
| 177 |
run_eval = st.button("Run Evaluation Script")
|
| 178 |
st.divider()
|
| 179 |
-
st.caption("
|
| 180 |
|
| 181 |
API_GATEWAY_URL = url_input
|
| 182 |
|
|
|
|
| 176 |
st.subheader(" Evaluation")
|
| 177 |
run_eval = st.button("Run Evaluation Script")
|
| 178 |
st.divider()
|
| 179 |
+
st.caption("Semantic Search 路 Smart Cache 路 FAISS Retrieval 路 Multi-Service Architecture 路 Relevance by MiniLM Embeddings. Reasoning by LLM.")
|
| 180 |
|
| 181 |
API_GATEWAY_URL = url_input
|
| 182 |
|