docs: add note about project not intended for production use

This commit is contained in:
Alex Wellnitz 2024-02-13 18:00:57 +01:00
parent f57c661409
commit ff2d63daa1

View File

@ -4,6 +4,7 @@
# RustySearch
This project is a simple implementation of a search engine in Rust. It uses the BM25 algorithm for ranking documents.
This project is a learning exercise and is not intended for production use.
### Features