Sathvik-kota commited on
Commit
6ad8192
verified
1 Parent(s): 0dda569

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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(" Powered by Sentence-Transformers")
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