Personal Knowledge Base Search

A search tool built to demonstrate relevance ranking from first principles — no LLM in the loop. It indexes real Wikipedia articles via the MediaWiki API and lets you compare two ranking strategies side by side: TF-IDF keyword matching against LSA semantic/concept matching.

📊 Project Summary

🧰 Tools Used

📷 Screenshots

Personal Knowledge Base Search landing view with index stats in the sidebar
Compare both view for the query 'digital money without banks' showing TF-IDF and semantic LSA results side by side
Compare both view for the query 'computers that beat humans at games' showing TF-IDF and semantic LSA results side by side
Semantic (LSA) only results for the query 'brain and behavior'TF-IDF only results for the query 'world power rivalry after world war 2'

⚙️ How the Ranking Works

📂 GitHub Repository

View Project on GitHub