From 99e36c673da7a2338b984aea62c699597362381a Mon Sep 17 00:00:00 2001 From: Vivian Fang Date: Sun, 15 Oct 2023 17:19:55 -0700 Subject: [PATCH] Update README.md --- memgpt/personas/examples/docqa/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/memgpt/personas/examples/docqa/README.md b/memgpt/personas/examples/docqa/README.md index b001f4d6..cb69f40e 100644 --- a/memgpt/personas/examples/docqa/README.md +++ b/memgpt/personas/examples/docqa/README.md @@ -27,6 +27,7 @@ MemGPT enables you to chat with your data -- try running this example to talk to ``` where `ARCHIVAL_STORAGE_FAISS_PATH` is the directory where `all_docs.jsonl` and `all_docs.index` are located. If you downloaded from HuggingFace, it will be `memgpt/personas/docqa/llamaindex-api-docs`. + If you built the index yourself, it will be `memgpt/personas/docqa/`. ## Demo