KjetilIN / rs-search-engine

A custom search engine built with Rust. It parses HTML files and utilizes TF-IDF scoring to rank document relevance based on search queries. The project includes a Rust-based backend server and vanilla HTML/CSS for the web frontend.
MIT License
0 stars 0 forks source link

Database #4

Open KjetilIN opened 3 months ago

KjetilIN commented 3 months ago

What?

Improve the software by adding a database solution, instead of a file based solution.

Options