my-gradio-app / scripts /requirements.txt
Nguyen Trong Lap
Recreate history without binary blobs
eeb0f9c
raw
history blame contribute delete
191 Bytes
# Requirements for RAG setup scripts
# Install: pip install -r scripts/requirements.txt
# Progress bars
tqdm>=4.66.0
# HTML parsing
beautifulsoup4>=4.12.0
# HTTP requests
requests>=2.31.0