1
0
Files
ollama/rag/clear.sh

8 lines
137 B
Bash
Executable File

#!/bin/bash
rm -rf ./input_html/*.html
rm -rf ./input_pdf/*.pdf
rm -rf ./output_md/*.md
rm -rf ./ready_rag/*
touch ./ready_rag/.gitkeep