charmedai / ingest.sh
zlsah's picture
Upload 7 files
bb84260
raw
history blame contribute delete
236 Bytes
# Bash script to ingest data
# This involves scraping the data from the web and then cleaning up and putting in Weaviate.
!set -eu
wget -r -A.html https://textworld.readthedocs.io/en/latest/
python3 ingest.py
python3 ingest_examples.py