rag-system/README.md

22 lines
162 B
Markdown

# rag-system
## Initialization
```bash
poetry install
```
## Running
### Crawler
```bash
poetry crawler
```
### Clear Index
```bash
poetry clear-index
```