Skip to content

Commit

Permalink
Fixes README.md
Browse files Browse the repository at this point in the history
Fix README.md for now
  • Loading branch information
Bentlybro committed Apr 15, 2023
1 parent 60881ed commit 6a98ebd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6a98ebd

Please sign in to comment.