From 102f699467cc0ea8c5022ab6bcd49400a8ec8a93 Mon Sep 17 00:00:00 2001 From: Vivian Fang Date: Sun, 15 Oct 2023 17:20:17 -0700 Subject: [PATCH] Update README.md --- memgpt/personas/examples/docqa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memgpt/personas/examples/docqa/README.md b/memgpt/personas/examples/docqa/README.md index cb69f40e..2c5ca318 100644 --- a/memgpt/personas/examples/docqa/README.md +++ b/memgpt/personas/examples/docqa/README.md @@ -27,7 +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/`. + If you built the index yourself, it will be `memgpt/personas/docqa`. ## Demo