Releases: KjetilIN/rs-search-engine
Releases · KjetilIN/rs-search-engine
v0.2.0
v0.1.0
V0.1.0 First Version of Search Engine
Features:
- HTML Parsing: Efficiently parses HTML files from the Kubernetes website.
- Tokenization: Breaks down the content into individual tokens (words) for analysis.
- TF-IDF Scoring: Uses TF-IDF to score and rank documents based on their relevance to the search query.
- Rust Backend: Utilizes Rust and the tiny_http library to serve search requests.
- Frontend Interface: Provides a frontend created by vanilla HTML/CSS.
Further Focus:
- Implement DB
- Unit testing
- Style the site better
- Deploy with Kubernetes
- Add more websites to engine