From a5af1f03074c11568645fdd9ecdaeaa13a1f5bf6 Mon Sep 17 00:00:00 2001 From: Vivian Fang Date: Sun, 15 Oct 2023 17:19:23 -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 09efc0c0..b001f4d6 100644 --- a/memgpt/personas/examples/docqa/README.md +++ b/memgpt/personas/examples/docqa/README.md @@ -13,7 +13,7 @@ MemGPT enables you to chat with your data -- try running this example to talk to **-- OR --** b. Build the index: - 1. Build llama_index API docs with `make text`. Instructions [here](https://github.com/run-llama/llama_index/blob/main/docs/DOCS_README.md). Copy over the generated `_build/text` folder to this directory. + 1. Build `llama_index` API docs with `make text`. Instructions [here](https://github.com/run-llama/llama_index/blob/main/docs/DOCS_README.md). Copy over the generated `_build/text` folder to this directory. 2. Generate embeddings and FAISS index. ```bash python3 scrape_docs.py