Sloth is blind (2 fixes)

This commit is contained in:
auto 2025-02-21 11:40:53 -06:00 committed by GitHub
parent 477e3745ad
commit 1bac3c3f4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ The project is divided into the following folders:
1. **Clone the Repository**
```sh
git clone <repository-url>
git clone https://github.com/The-CodingSloth/sloth-search.git
cd sloth-search
```
@ -40,7 +40,7 @@ pip install -r requirements.txt
- The `Search` directory contains the code for crawling, indexing, and serving.
- You can start the process by running:
```sh
python search/complete_exmaples/advanced_pagerank.py
python search/complete_examples/advanced_pagerank.py
```
- This will crawl, index, and prepare the content for searching.
- If you want to run any other files do the same process: