diff --git a/README.md b/README.md index f2ad74e5..2de7cfe4 100644 --- a/README.md +++ b/README.md @@ -345,11 +345,9 @@ options: --dir DIR The directory containing the files to ingest. --init Init the memory and wipe its content (default: False) --overlap OVERLAP The overlap size between chunks when ingesting files (default: 200) - --max_length MAX_LENGTH The max_length of each chunk when ingesting files (default: 4000 + --max_length MAX_LENGTH The max_length of each chunk when ingesting files (default: 4000) # python autogpt/data_ingestion.py --dir seed_data --init --overlap 200 --max_length 1000 -``` - This script located at autogpt/data_ingestion.py, allows you to ingest files into memory and pre-seed it before running Auto-GPT. Memory pre-seeding is a technique that involves ingesting relevant documents or data into the AI's memory so that it can use this information to generate more informed and accurate responses.