Fixes README.md

Fix README.md for now
This commit is contained in:
Bently
2023-04-16 00:40:08 +01:00
parent 60881ed856
commit 6a98ebdb9c

View File

@@ -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.