docs: add note about project not intended for production use
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
# RustySearch
|
# 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 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
|
### Features
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user