From b1e63ed08f57e05eb2f29e80df9c98582c190e31 Mon Sep 17 00:00:00 2001 From: Vivian Fang Date: Sun, 15 Oct 2023 17:49:02 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e67b25b6..7a553e05 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ python main.py --human me.txt allows you to send the first message in the chat (by default, MemGPT will send the first message) --debug enables debugging output +--archival_storage_faiss_path= + load in document database (backed by FAISS index) ``` ### Interactive CLI commands