From 35f765e218e55e74f9b53f11efb51870dd1e6c03 Mon Sep 17 00:00:00 2001 From: shizhediao Date: Tue, 7 Mar 2023 19:53:22 +0800 Subject: [PATCH] Update Gen_QA.ipynb --- examples/vector_databases/pinecone/Gen_QA.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vector_databases/pinecone/Gen_QA.ipynb b/examples/vector_databases/pinecone/Gen_QA.ipynb index 8e21532..e03d15c 100644 --- a/examples/vector_databases/pinecone/Gen_QA.ipynb +++ b/examples/vector_databases/pinecone/Gen_QA.ipynb @@ -236,7 +236,7 @@ "\n", "## Building a Knowledge Base\n", "\n", - "With open **2** the retrieval of relevant information requires an external _\"Knowledge Base\"_, a place where we can store and use to efficiently retrieve information. We can think of this as the external _long-term memory_ of our LLM.\n", + "With option **2** the retrieval of relevant information requires an external _\"Knowledge Base\"_, a place where we can store and use to efficiently retrieve information. We can think of this as the external _long-term memory_ of our LLM.\n", "\n", "We will need to retrieve information that is semantically related to our queries, to do this we need to use _\"dense vector embeddings\"_. These can be thought of as numerical representations of the *meaning* behind our sentences.\n", "\n",