langchain-chatbot/ingest.sh
Christopher Arraya 84e82bcb5d initial commit
2023-06-14 00:12:43 -04:00

7 lines
236 B
Bash
Executable File

# Bash script to ingest data
# This involves scraping the data from the web and then cleaning up and putting in Weaviate.
# Error if any command fails
set -e
wget -r -A.html https://langchain.readthedocs.io/en/latest/
python3 ingest.py