refactored project to use poetry

This commit is contained in:
2025-05-20 22:19:30 -05:00
parent 3beb160c22
commit b3da128396
20 changed files with 5113 additions and 23 deletions

View File

@@ -1,2 +1,17 @@
# rag-system
## Initialization
```bash
poetry install
```
## Running
### Crawler
### Clear Index
```bash
poetry run python src/clearIndex.py
```