The current app has two separate search pages: Query Stored Summaries (keyword) and Semantic Search (FAISS) (vector). This is confusing.
This issue is to combine them into a single new page, 📚 Search My Library, with one search bar and a toggle to select the search mode.
Acceptance Criteria:
Files to Modify:
The current app has two separate search pages:
Query Stored Summaries(keyword) andSemantic Search (FAISS)(vector). This is confusing.This issue is to combine them into a single new page,
📚 Search My Library, with one search bar and a toggle to select the search mode.Acceptance Criteria:
Query Stored SummariesandSemantic Searchfrom the sidebarst.radio.📚 Search My Libraryoption to the sidebar.st.text_inputfor the query.st.radioto select mode:KeywordorSemantic.query_dbifKeywordis selected.search_similarifSemanticis selected.st.expanderelements.Files to Modify:
streamlit_app.py