From 66ee7e1a81ec9c2b35808bcd5b3898ff20dcc290 Mon Sep 17 00:00:00 2001 From: Slowly-Grokking <61430731+Slowly-Grokking@users.noreply.github.com> Date: Sat, 15 Apr 2023 21:33:26 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b81b85..04760625 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ 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 data_ingestion.py --dir DataFolder --init --overlap 100 --max_length 2000 ```